Skip to content

Commit 2c4d9c4

Browse files
authored
Stringtables - Fix trailing whitepsaces, cleanup hemtt cfg (#1418)
1 parent d585b78 commit 2c4d9c4

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ texHeaders.bin
1515
*.swp
1616
*.swo
1717
*.biprivatekey
18+
*.hemttprivatekey
1819
Thumbs.db
1920
*.dll
2021
*.exe

.hemtt/project.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ include = [
1919
[version]
2020
git_hash = 0
2121

22-
# Unused in HEMTT v1.11 or higher, kept for backwards compatibility
23-
[asc]
24-
enabled = true
25-
exclude = [
26-
".inc.sqf",
27-
]
28-
2922
[hemtt.release]
3023
folder = "acre2"
3124

addons/api/stringtable.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<German>Kanal 10</German>
194194
<Japanese>チャンネル10</Japanese>
195195
<Chinese>頻道 10</Chinese>
196-
<Chinesesimp>频道 10 </Chinesesimp>
196+
<Chinesesimp>频道 10</Chinesesimp>
197197
<Turkish>Kanal 10</Turkish>
198198
</Key>
199199
<Key ID="STR_ACRE_api_nameChannels_Channel_1_Description">
@@ -401,7 +401,7 @@
401401
<German>Kanal 8</German>
402402
<Japanese>チャンネル8</Japanese>
403403
<Chinese>頻道 8</Chinese>
404-
<Chinesesimp>频道 8 </Chinesesimp>
404+
<Chinesesimp>频道 8</Chinesesimp>
405405
<Turkish>Kanal 8</Turkish>
406406
</Key>
407407
<Key ID="STR_ACRE_api_nameChannels_Channel_9_Description">

addons/sys_core/stringtable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
<Spanish>Coeficiente de pérdida de señal por terreno</Spanish>
590590
<Italian>Coefficiente di attenuazione del terreno</Italian>
591591
<Polish>Wpływ ukształtowania terenu</Polish>
592-
<Portuguese>Coeficiente de perda de sinal por terreno </Portuguese>
592+
<Portuguese>Coeficiente de perda de sinal por terreno</Portuguese>
593593
<Russian>Коэффициент потерь от местности</Russian>
594594
<German>Topografie-Signalverlustskoeffizient</German>
595595
<Korean>지형 방해 계수</Korean>

addons/sys_gui/stringtable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<French>Gamme de couleurs utilisée pour l'interface de contrôle du volume.</French>
8282
<Spanish>Gama de colores usada por la Interfaz de control de volumen</Spanish>
8383
<Italian>Gamma di colori utilizzati dall'interfaccia di controllo del volume.</Italian>
84-
<Portuguese>Gama de cores usadas na IU de controle do volume </Portuguese>
84+
<Portuguese>Gama de cores usadas na IU de controle do volume</Portuguese>
8585
<Russian>Цветовая гамма интефейса управления громкостью</Russian>
8686
<German>Farbskala, die von der Lautstärkekontrolle benutzt wird.</German>
8787
<Japanese>音量操作UIに使う色の組み合わせを設定します。</Japanese>

addons/sys_intercom/stringtable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<Japanese>インターコム状態が強制表示され、 設定は変更できません。</Japanese>
147147
<Chinese>對講機狀態以被強制。無法更改設置。</Chinese>
148148
<Chinesesimp>对讲机状态已被强制。无法更改设置。</Chinesesimp>
149-
<Turkish>İnterkom ayarı zorla atanmış. Ayarlar değiştirilemiyor. </Turkish>
149+
<Turkish>İnterkom ayarı zorla atanmış. Ayarlar değiştirilemiyor.</Turkish>
150150
</Key>
151151
<Key ID="STR_ACRE_sys_intercom_giveInfantryPhone">
152152
<English>Pass Infantry Phone</English>

addons/sys_io/stringtable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<Japanese>ACREは閉鎖済みパイプから回復しました!</Japanese>
5656
<Chinese>ACRE 從封閉的管道恢復!</Chinese>
5757
<Chinesesimp>ACRE已从关闭的通信管道中成功恢复</Chinesesimp>
58-
<Turkish>ACRE kapalı tünel hatasından başarıyla kurtuldu! </Turkish>
58+
<Turkish>ACRE kapalı tünel hatasından başarıyla kurtuldu!</Turkish>
5959
</Key>
6060
</Package>
6161
</Project>

0 commit comments

Comments
 (0)