You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new file named zho-tw.js in the src/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
constfacts=["a single fact per a line :D","..."];constlangName="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.
Call for Translator Help
Minimal requirements
zho-tw.js
in thesrc/models/localization/
folderStarting Template Example
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.
Main Issue: #175
The text was updated successfully, but these errors were encountered: