-
-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
help wantedExtra attention is neededExtra attention is neededi18ntranslation or internationalizationtranslation or internationalization
Description
Call for Translator Help
Minimal requirements
- Create a new file named
zho-tw.js
in thesrc/models/localization/
folder - use the template below to get started, but translate some other cat facts from the other file into that file
- make a PR and mention this Issue in the description.
Starting Template Example
const facts = [
"a single fact per a line :D",
"..."
];
const langName = "Chinese",
langISO = "zho",
langLocale = "tw",
langLocaleName = "Taiwan";
module.exports = {
langName,
langISO,
langLocale,
langLocaleName,
code: `${langISO}-${langLocale}`,
codeName: `${langName} (${langLocaleName})`,
facts: facts,
};
Feel free to change the facts to be more meaningful to the location you want, as the original English facts are with America in mind, I would love to see what other places have for accurate and high-quality facts about cats.
English name of Language: Chinese
ISO 639-2/T Language Code: chi
ISO 639-2/B Language Code: zho
Language Dialect Local: Taiwan
Please make any PR that adds additional translated facts to the file.
Note: Please forgive me if I use language or terminology incorrectly, please do correct me and we will all learn together how things are expressed differently in other places.
Main Issue: #175
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededi18ntranslation or internationalizationtranslation or internationalization