Skip to content

Commit

Permalink
Ukrainian translation (#913)
Browse files Browse the repository at this point in the history
Co-authored-by: Acylation <[email protected]>
  • Loading branch information
laktiv and Acylation authored Jul 18, 2024
1 parent c9d185d commit 169266c
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/stores/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { moment } from "obsidian";

import en from "src/lib/stores/translations/en.json";
import zh_CN from "src/lib/stores/translations/zh-CN.json";
import uk from "src/lib/stores/translations/uk.json";

i18next.init({
lng: moment.locale(),
Expand All @@ -15,6 +16,7 @@ i18next.init({
resources: {
en: en,
"zh-CN": zh_CN,
uk: uk,
},
interpolation: {
escapeValue: false, // not needed for svelte as it escapes by default
Expand Down
Loading

0 comments on commit 169266c

Please sign in to comment.