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 26, 2024
1 parent c58c993 commit 2d095c5
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 pl from "./pl.js";
import uk from "./uk.js";

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

/**
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 {
consultation_not_found_error: "Nie znaleziono konsultacji",
consultation_not_scheduled_error: "Konsultacja nie jest zaplanowana",
};
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 {
consultation_not_found_error: "Консультацію не знайдено",
consultation_not_scheduled_error: "Консультація не запланована",
};

0 comments on commit 2d095c5

Please sign in to comment.