mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-02 04:49:32 +01:00
d7920543c3
Signed-off-by: Kipras Melnikovas <kipras@kipras.org> |
||
---|---|---|
.. | ||
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 | ||
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
- 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
-
for each key, search in your editor where it is used, and additionally visit the live demo website, to better understand the usage context.
-
translate. though, if you don't fully understand the context of how a translation is used, note this in the PR review.