We (the Mudlet project) are working on Internationalisation of our project and currently aim to provide support for the following locales - I intend to get our translation team to take a GdbCrashHandler.ts and produce the following to extend language coverage beyond the single, slightly incomplete, German (GdbCrashHandler_de.ts) one:
- GdbCrashHandler_el.ts = Greek
- GdbCrashHandler_es.ts = Spanish
- GdbCrashHandler_fr.ts = French
- GdbCrashHandler_it.ts = Italian
- GdbCrashHandler_nl.ts = Dutch
- GdbCrashHandler_po.ts = Polish
- GdbCrashHandler_pt.ts = Portuguese
- GdbCrashHandler_ru.ts = Russian
- GdbCrashHandler_tr.ts = Turkish
- GdbCrashHandler_zh_CN.ts = Chinese (Simplied, China)
- GdbCrashHandler_zh_TW.ts = Chinese (Traditional, Taiwan)
Fortunately this project only has 10 to 20 texts that need translation, indeed I managed to produce a set of the above just with aide of Google Translate - though, since I cannot tell whether they actually make sense I realise it is probably better to let some native speakers get at them before I offer them up to this repository...
We (the Mudlet project) are working on Internationalisation of our project and currently aim to provide support for the following locales - I intend to get our translation team to take a
GdbCrashHandler.tsand produce the following to extend language coverage beyond the single, slightly incomplete, German (GdbCrashHandler_de.ts) one:Fortunately this project only has 10 to 20 texts that need translation, indeed I managed to produce a set of the above just with aide of Google Translate - though, since I cannot tell whether they actually make sense I realise it is probably better to let some native speakers get at them before I offer them up to this repository...