SceptreOfficial / Simplex-Support-Services

Support system for Arma 3
Other
26 stars 12 forks source link

Localization - Main module #49

Closed Mysteryjuju closed 4 years ago

Mysteryjuju commented 4 years ago

Add localization for Main module Add french translation for Main module

Mysteryjuju commented 4 years ago

There is just a missing text in script_macros.hpp not localized.

SceptreOfficial commented 4 years ago

There is just a missing text in script_macros.hpp not localized.

If you want to add these entries and some translations to the stringtable before I merge, I can modify script_macros.hpp.

<Key ID="STR_SSS_Main_NotReady">
    <English>NOT READY.</English>
</Key>
<Key ID="STR_SSS_Main_ReadyIn">
    <English>Ready in</English>
</Key>
<Key ID="STR_SSS_Main_BeQuiet">
    <English>We'll be quiet.</English>
</Key>
Mysteryjuju commented 4 years ago

As you want. I don't have access to my gaming PC until end of the week, so I can't test my script update now.