mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
6ae2a48584
Translate to Thai |
||
---|---|---|
.. | ||
bg-BG.js | ||
cs-CZ.js | ||
da-DK.js | ||
de-DE.js | ||
en.js | ||
es-ES.js | ||
et-EE.js | ||
fa.js | ||
fr-FR.js | ||
hr-HR.js | ||
hu.js | ||
id-ID.js | ||
it-IT.js | ||
ja.js | ||
ko-KR.js | ||
nb-NO.js | ||
nl-NL.js | ||
pl.js | ||
pt-BR.js | ||
README.md | ||
ru-RU.js | ||
sl-SI.js | ||
sr-latn.js | ||
sr.js | ||
sv-SE.js | ||
th-TH.js | ||
tr-TR.js | ||
uk-UA.js | ||
vi-VN.js | ||
zh-CN.js | ||
zh-HK.js | ||
zh-TW.js |
How to translate
- Fork this repo.
- Create a language file (e.g.
zh-TW.js
). The filename must be ISO language code: http://www.lingoes.net/en/translator/langcode.htm - Run
npm run update-language-files
. You can also use this command to check if there are new strings to translate for your language. - Your language file should be filled in. You can translate now.
- Translate
src/components/settings/Security.vue
(search for aConfirm
component withrel="confirmDisableAuth"
). - Add it into
languageList
constant. - Make a pull request when you have done.
If you do not have programming skills, let me know in the issues section. I will assist you. 😏