Skip to content

Commit

Permalink
feat: add the Irish language
Browse files Browse the repository at this point in the history
  • Loading branch information
aradzie committed Dec 2, 2024
1 parent cae6f5e commit 4638b63
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/translations_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,17 @@ Untranslated: 26 messages, 447 words
* *You don’t have any accuracy streaks. Consider completing a l...*
* ...

# Irish

Translated: 401 messages, 4974 words

Untranslated: 4 messages, 11 words

* *Zones:*
* *Smoothness:*
* *Sound Theme:*
* *M|T|W|T|F|S|S*

# Hebrew

Translated: 373 messages, 4504 words
Expand Down
1 change: 1 addition & 0 deletions packages/keybr-intl/lib/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const allLocales: readonly LocaleId[] = [
"et",
"fa",
"fr",
"ga",
"he",
"hr",
"hu",
Expand Down
7 changes: 7 additions & 0 deletions packages/keybr-intl/lib/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ export async function loadMessages(locale: LocaleId): Promise<Messages> {
{ with: { type: "json" } }
)
).default;
case "ga":
return (
await import(
/* webpackChunkName: "messages-ga" */ "./messages/ga.json",
{ with: { type: "json" } }
)
).default;
case "he":
return (
await import(
Expand Down
1 change: 1 addition & 0 deletions packages/keybr-intl/lib/messages/ga.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4638b63

Please sign in to comment.