Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate JAM module name into Polish #987

Merged
merged 1 commit into from
Sep 20, 2018

Conversation

veteran29
Copy link
Member

@veteran29 veteran29 commented Sep 17, 2018

When merged this pull request will:

  • Translate JAM module name into Polish

@commy2
Copy link
Contributor

commy2 commented Sep 17, 2018

I brought myself to come up with something for German: https://github.com/CBATeam/CBA_A3/pull/988/files
Maybe you can do the same?

@commy2 commy2 added this to the 3.9 milestone Sep 17, 2018
@veteran29
Copy link
Member Author

I've rebased and translated module names.

Also I've removed BOM from the files by accident, should I take care of that and revert it?

@dedmen
Copy link
Contributor

dedmen commented Sep 19, 2018

Also I've removed BOM from the files by accident, should I take care of that and revert it?

https://github.com/CBATeam/CBA_A3/blob/master/.editorconfig#L6
That looks like UTF-8 without bom. So did you remove or add?
Files should be without.

@veteran29
Copy link
Member Author

Looks like removal to me (shame github cant display it properly in diff viewer):

git diff HEAD^^
diff --git a/addons/jam/stringtable.xml b/addons/jam/stringtable.xml
index 6e3e5448..9f627e04 100644
--- a/addons/jam/stringtable.xml
+++ b/addons/jam/stringtable.xml
@@ -1,9 +1,10 @@
-<EF><BB><BF><?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project name="CBA_A3">
     <Package name="JAM">
         <Key ID="STR_CBA_JR_Component">
             <English>Community Base Addons - Joint Ammo Magazines</English>
             <German>Community Base Addons - Gemeinsame Munition und Magazine</German>
+            <Polish>Community Base Addons - Wsp<C3><B3>lna Amunicja oraz Magazynki</Polish>
         </Key>
     </Package>
 </Project>
diff --git a/addons/jr/stringtable.xml b/addons/jr/stringtable.xml
index b073a0fa..4b7850a0 100644
--- a/addons/jr/stringtable.xml
+++ b/addons/jr/stringtable.xml
@@ -1,4 +1,4 @@
-<EF><BB><BF><?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project name="CBA_A3">
     <Package name="JR">
         <Key ID="STR_CBA_JR_Component">
@@ -8,7 +8,7 @@
             <Chinese><E7><A4><BE><E7><BE><A4><E5><9F><BA><E7><A4><8E><E6><A8><A1><E7><B5><84> - <E5><85><B1><E7><94><A8><E5><B0><8E><E8><BB><8C></Chinese>
             <Chinesesimp><E7><A4><BE><E7><BE><A4><E5><9F><BA><E7><A1><80><E6><A8><A1><E7><BB><84> - <E5><85><B1><E7><94><A8><E5><AF><BC><E8><BD><A8></Chinesesimp>
             <Russian>Community Base Addons - <D0><A1><D0><B8><D1><81><D1><82><D0><B5><D0><BC><D0><B0> Joint Rails</Russian>
-            <Polish>Community Base Addons - System Joint Rails</Polish>
+            <Polish>Community Base Addons - Wsp<C3><B3>lne Szyny Monta<C5><BC>owe</Polish>
             <French>Community Base Addons - Rails d'accessoires</French>
         </Key>
         <Key ID="STR_CBA_JR_cfgweapons_muzzle_snds_h_mg">

@commy2 commy2 merged commit 6f878ce into CBATeam:master Sep 20, 2018
ViperMaul added a commit that referenced this pull request Oct 10, 2018
* master:
  Add Turkish translations (#1002)
  Add french translations for CBA UI (#1001)
  JAM STANAG and 7.62.x51 (#997)
  Remove BOM character from stringtables (#1000)
  More JAM stuff (#995)
  minor last-minute tweaks for AK magwells (#994)
  add CBA_762x39_RPK
  Translate JAM and JR module nams into Polish (#987)
  add magwells for current IFA3, FOW, LEN weapons
  Split/extend the magwell classes by size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants