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

Added basque translation #1367

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/src/lib/i18n.js
Expand Up @@ -17,6 +17,7 @@ import lang_pt_BR_common from "../../../locales/pt-BR/common";
import lang_de_DE_common from "../../../locales/de-DE/common";
import lang_fr_FR_common from "../../../locales/fr-FR/common";
import lang_ru_RU_common from "../../../locales/ru-RU/common";
import lang_eu_common from "../../../locales/eu/common";

const resourcesCommon = {
'en-US': lang_en_US_common,
Expand All @@ -25,6 +26,7 @@ const resourcesCommon = {
'de-DE': lang_de_DE_common,
'fr-FR': lang_fr_FR_common,
'ru_RU': lang_ru_RU_common,
'eu': lang_eu_common,
'fk-FK': convertToFake(lang_en_US_common)
};

Expand Down