Skip to content

Commit

Permalink
Add: new translations uk and pl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-7DIGIT committed May 20, 2024
1 parent 5ba2161 commit 413bc2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion service/translations/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
import en from "./en.js";
import ru from "./ru.js";
import kk from "./kk.js";
import uk from "./uk.js";
import pl from "./pl.js";

const translations = {
en, kk, ru,
en,
kk,
ru,
uk,
pl,
};

/**
Expand Down
4 changes: 4 additions & 0 deletions service/translations/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
chat_not_found_error: "Nie znaleziono czatu",
user_not_authorized_error: "Użytkownik nieautoryzowany",
};
4 changes: 4 additions & 0 deletions service/translations/uk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
chat_not_found_error: "Чат не знайдено",
user_not_authorized_error: "Користувач(ка) не авторизований(а)",
};

0 comments on commit 413bc2e

Please sign in to comment.