Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[i18n] Italian 'ita-it' translation #255

Closed
3 tasks
Tracked by #175
BeauBouchard opened this issue Feb 28, 2023 · 3 comments · Fixed by #286
Closed
3 tasks
Tracked by #175

[i18n] Italian 'ita-it' translation #255

BeauBouchard opened this issue Feb 28, 2023 · 3 comments · Fixed by #286
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed i18n translation or internationalization

Comments

@BeauBouchard
Copy link
Member

Call for Translator Help

Minimal requirements

  • Create a new file named ita-it.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

const facts = [
  "a single fact per a line :D",
  "..."
];

const langName = "Italian",
  langISO = "ita",
  langLocale = "it",
  langLocaleName = "Italy";

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: Italian
ISO 639-2/BT Language Code: ita
Language Dialect Local: Italy

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

@BeauBouchard
Copy link
Member Author

Issue creation was inspired by @RobyP77 from #249

@BeauBouchard BeauBouchard added help wanted Extra attention is needed good first issue Good for newcomers i18n translation or internationalization labels May 31, 2023
@AdwaitKulkarni58
Copy link
Contributor

@BeauBouchard Can you assign me the issue so I can work on it?

@AdwaitKulkarni58
Copy link
Contributor

Made the required changes and created a PR with the branch name feature/italian-translation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed i18n translation or internationalization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants