AsYetUntitled / Framework

Altis Life RPG mission framework for Arma 3 originally made by @TAWTonic.
Other
245 stars 308 forks source link

English `Display Name` at the clothingshops for other language. #228

Closed WolfSkin1337 closed 7 years ago

WolfSkin1337 commented 7 years ago
### Expected behaviour - German inGame translation for Clothing. ### Actual behaviour - English `Display Name` at the clothingshops ### Steps to reproduce the behaviour 1. set your Game language at German or other 2. go inGame to the Clothing-Shop 3. click to select on `"H_StrawHat"` is shows in language `Straw Fedora` but the right translation must be `Strohut` for German see example: https://github.com/AsYetUntitled/Framework/blob/master/Altis_Life.Altis/config/Config_Clothing.hpp#L53 ---- My Request: - deleting the `Display Name` for ingame translation - and localize `Display Name` (I want to do this) ---- Mission version: v5.0.0 WiP https://github.com/AsYetUntitled/Framework/commit/3b2d84d5dfc823af0f91c6002ee500f21c96811c Launcher version: 1.5.139565 Game version: 1.66.139586 Branch: main
Jawshy commented 7 years ago

Localize the display name. Good suggestion, @WolfSkin1337. This will be useful for the few clothing items that use a custom display name such as the cop uniform as well as the displayName in Config_SpawnPoints.hpp and nickname in Config_Weapons.hpp.

WolfSkin1337 commented 7 years ago

How do I have to change this for best?

Examples: hint localize "STR_ING" or {hint localize "STR_ING"} or a other variant

WolfSkin1337 commented 7 years ago

i have found a other way see the Pull Request #237