diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-12-25 01:54:05 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 16:54:05 +0000 |
commit | f05962a4928e5102e6abe773e938ae8ab941a2c4 (patch) | |
tree | 736b03b3049028481c92751bff45bff65b45a489 /lingui.config.js | |
parent | 2b28c85b43c81ab89a3e7df0c46baa9130c6f2d1 (diff) | |
download | voidsky-f05962a4928e5102e6abe773e938ae8ab941a2c4.tar.zst |
Fix Nepali language code (#7265)
* Replace `np` with `ne` * Reorder
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 da43e3561..fb81e5d9e 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -19,8 +19,8 @@ module.exports = { 'ja', 'km', 'ko', + 'ne', 'nl', - 'np', 'pl', 'pt-BR', 'ro', |