This repository is used to translate CryptoZombies to other languages.
The source content that should be used for all translations is in the en
directory.
en/
1/ - content of Lesson 1
...
N/ - content of Lesson N
index.json - strings used in the UI
share-template-msgs.json - strings used on the share page
Strings in index.json
and share-template-msgs.json
can contain parameters,
these will be injected before the strings are displayed to the user. Parameters
that are present in the source strings may appear in any position in the
translated strings, or omitted entirely if it makes sense to do so.
NOTE: The syntax used to represent parameters differs between the two
.json
files. Inindex.json
parameters are specified using{parameterName}
, while inshare-template-msgs.json
parameters are specified using{{ .ParameterName }}
.
master
.jp
(for Japanese), zh
(for Chinese).index.ts
to the new folder.index.ts
in the root folder.master
.master
.master
.Contributors must assign copyright back to Loom Network for any contributions they make. Loom Network retains ownership of any derivative work created from original content.