Skip to content

Commit

Permalink
Translation - Fix typo Celcius (KAT-Advanced-Medical#670)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Fixes the "Celcius" typo for all affected languages.
  • Loading branch information
mrschick authored Dec 23, 2024
1 parent a0d950d commit 07b17c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addons/watch/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADDON = true;
"LIST",
[LLSTRING(SETTING_TemperatureForm), LLSTRING(SETTING_TemperatureForm_Desc)],
[CBA_SETTINGS_CAT, ELSTRING(GUI,SubCategory_Basic)],
[[0, 1], [LLSTRING(SETTING_TemperatureForm_Celcius), LLSTRING(SETTING_TemperatureForm_Fahrenheit)], 0],
[[0, 1], [LLSTRING(SETTING_TemperatureForm_Celsius), LLSTRING(SETTING_TemperatureForm_Fahrenheit)], 0],
true
] call CBA_Settings_fnc_init;

Expand Down
10 changes: 5 additions & 5 deletions addons/watch/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<Italian>Seleziona quale unità di temperatura viene utilizzata per il display del KATMIN</Italian>
<French>Sélectionne l'unité de température utilisée pour l'affichage de la montre KATMIN</French>
</Key>
<Key ID="STR_KAT_Watch_SETTING_TemperatureForm_Celcius">
<English>Celcius</English>
<Dutch>Celcius</Dutch>
<Key ID="STR_KAT_Watch_SETTING_TemperatureForm_Celsius">
<English>Celsius</English>
<Dutch>Celsius</Dutch>
<Spanish>Celsius</Spanish>
<Japanese>摂氏 (C)</Japanese>
<Italian>Celcius</Italian>
<French>Celcius</French>
<Italian>Celsius</Italian>
<French>Celsius</French>
</Key>
<Key ID="STR_KAT_Watch_SETTING_TemperatureForm_Fahrenheit">
<English>Fahrenheit</English>
Expand Down

0 comments on commit 07b17c5

Please sign in to comment.