Skip to content

New Language Support #10128

Answered by arendst
Frogmore42 asked this question in Q&A
Dec 13, 2020 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

As was documented above the following steps are needed to provide a Pull Request (PR) for a new language like Thai.

  • Visit website https://www.science.co.il/language/Locale-codes.php to find the correct LCID string representing your country and language. In case of Thai in Thailand it would become th_TH
  • Copy any language file from the language folder you feel comfortable with to translate and give it the name th_TH.h.

Start editing the file with following changes:

  • Change #define LANGUAGE_LCID to the correct LCID decimal. In case of Thailand it would be 1054
  • Change #define D_HTML_LANGUAGE to the correct Language code. In case of Thai it would be "th"
  • Translate #define D_DAY3LIST to 7 day…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ziotprojects
Comment options

Comment options

You must be logged in to vote
1 reply
@ziotprojects
Comment options

Answer selected by ascillato2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants