Edengineer: Portuguese Translate

Created on 2 Oct 2017  ·  5Comments  ·  Source: msarilar/EDEngineer

Hello, I'm a member of the translation team of Elite Dangerous for Brazilian Portuguese, we want to help you add the Portuguese version to ED Engineer. How can we do that?

question Localization

All 5 comments

Hi,

You should take a look at the localization file here : https://github.com/msarilar/EDEngineer/blob/master/EDEngineer/Resources/Data/localization.json

Everything is in here, the file is dynamically interpreted by the software once started so no code change is needed, only that json file requires updating (you can edit in your browser and submit a pull request, but I'd recommend using console git with your own text file editor ; it doesn't change anything for me but it might be more comfortable for you guys).

For example:

    "Available Voices:": {
      "es": null,
      "de": "verfügbare Stimmen",
      "fr": null,
      "ru": "Доступные голоса:",
      "pl": "Dostępne głosy:"
},

When Available Voices is supposed to be displayed to the user, it will show verfügbare Stimmen if the user has the german language selected but it won't translate it for spanish and french because the value here is null (not "null" by the way, just null).

Good luck!

Hello guys, about the code location to brazilian portuguese, what the correct id: "pt", "br", "pt-BR"?

What the software expects to run?

Regards.

Yes pt is the correct code to match the TwoLetterISOLanguageName property for Portuguese

Thanks msarilar

;)

Translation completed, sending soon.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CMDRPhaedra picture CMDRPhaedra  ·  17Comments

Shemuev picture Shemuev  ·  20Comments

Uriei picture Uriei  ·  19Comments

ghost picture ghost  ·  27Comments

GALDART picture GALDART  ·  3Comments