diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-01-03 20:34:21 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 17:04:21 +0530 |
commit | ffd08570a523f8295209d3038e9461e7ce7cb161 (patch) | |
tree | add1076f698af6a49340bbb013dc5ae2c6eb770b /lingui.config.js | |
parent | d4bb64c1e659b6e8aa806721b847fa35114ab9b9 (diff) | |
download | voidsky-ffd08570a523f8295209d3038e9461e7ce7cb161.tar.zst |
Add Korean localization (#2395)
* Create messages.po * Add Korean localization
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingui.config.js b/lingui.config.js index 58e8d65c5..0f30be0b5 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja', 'fr', 'de', 'es'], + locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko'], catalogs: [ { path: '<rootDir>/src/locale/locales/{locale}/messages', |