mirror of
https://github.com/quartz-community/reader-mode.git
synced 2026-07-22 02:50:23 +00:00
i18n: add translations for 30 locales from Quartz v4
This commit is contained in:
parent
ca62c64c9e
commit
5fce39e9df
2 changed files with 14 additions and 0 deletions
7
src/i18n/locales/kk-KZ.ts
Normal file
7
src/i18n/locales/kk-KZ.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
components: {
|
||||
readerMode: {
|
||||
title: "Оқу режимі",
|
||||
},
|
||||
},
|
||||
};
|
||||
7
src/i18n/locales/ko-KR.ts
Normal file
7
src/i18n/locales/ko-KR.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
components: {
|
||||
readerMode: {
|
||||
title: "리더 모드",
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in a new issue