umami/lang
Kipras Melnikovas d7920543c3 update lt-LT lang
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2023-01-06 05:10:37 +02:00
..
ar-SA.json
bn-BD.json
ca-ES.json
cs-CZ.json
da-DK.json
de-DE.json
el-GR.json
en-GB.json
en-US.json
es-MX.json
fa-IR.json
fi-FI.json
fo-FO.json
fr-FR.json
ga-ES.json
he-IL.json
hi-IN.json
hr-HR.json
hu-HU.json
id-ID.json
it-IT.json
ja-JP.json
ko-KR.json
lt-LT.json update lt-LT lang 2023-01-06 05:10:37 +02:00
mn-MN.json
ms-MY.json
nb-NO.json
nl-NL.json
pl-PL.json
pt-BR.json
pt-PT.json
README.md
ro-RO.json
ru-RU.json
sk-SK.json
sl-SI.json
sv-SE.json
ta-IN.json
th-TH.json
tr-TR.json
uk-UA.json
ur-PK.json
vi-VN.json
zh-CN.json
zh-TW.json

how to update

  1. find missing keys:
MINE=<your-lang>.json
BASE=en-US.json

jq 'keys' < $BASE > base
jq 'keys' < $MINE > mine

diff -c2 base mine
# will print missing keys.
# add them to $MINE
  1. for each key, search in your editor where it is used, and additionally visit the live demo website, to better understand the usage context.

  2. translate. though, if you don't fully understand the context of how a translation is used, note this in the PR review.