Skip to content

[i18n] Traditional South Korea 'kor-ko' translation #304

@BeauBouchard

Description

@BeauBouchard

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

No one assigned

    Labels

    help wantedExtra attention is neededi18ntranslation or internationalization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions