-
-
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
Facts needed Translating in
Acceptance Criteria
- Create a new file
./src/models/localizations/kor-ko.js
- Using the Template below, translate existing and even add new cat facts in the localized language.
Template
const facts = [
"..."
];
const langName = "Korean", // normally this is the language name
langISO = "kor",
langLocale = "ko",
langLocaleName = "Korean";
module.exports = {
langName,
langISO,
langLocale,
langLocaleName,
code: `${langISO}-${langLocale}`,
codeName: `${langName} (${langLocaleName})`,
facts: facts,
};
Inspired by #175 (comment) from Main Issue: #175
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededi18ntranslation or internationalizationtranslation or internationalization