From d1d69ae5535bf5a8075e916b3976894c65f5b009 Mon Sep 17 00:00:00 2001 From: RainyXeon Date: Sat, 6 Jul 2024 11:49:24 +0700 Subject: [PATCH] fix: wrong locate of translate --- TRANSLATOR.md | 6 +++++- module/src/customize.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/TRANSLATOR.md b/TRANSLATOR.md index 13d156e..42cdc70 100644 --- a/TRANSLATOR.md +++ b/TRANSLATOR.md @@ -3,4 +3,8 @@ - **pt_BR** by [@ThePedroo](https://github.com/ThePedroo) - **ro_RO** by [@ExtremeXT](https://github.com/ExtremeXT) - **ru_RU** by [@Emulond](https://github.com/Emulond) -- **vi_VN** by [@RainyXeon](https://github.com/RainyXeon) \ No newline at end of file +- **vi_VN** by [@RainyXeon](https://github.com/RainyXeon) + + +> [!NOTE] +> Want to add your translation? Go to [Crowdin](https://crowdin.com/project/rezygisk) and translate! \ No newline at end of file diff --git a/module/src/customize.sh b/module/src/customize.sh index c7c89c8..5fea125 100644 --- a/module/src/customize.sh +++ b/module/src/customize.sh @@ -127,7 +127,7 @@ extract "$ZIPFILE" 'webroot/js/list/language.js' "$MODPATH/webroot/js/list" true extract "$ZIPFILE" 'webroot/languages/en_US/main.json' "$MODPATH/webroot/languages/en_US" true extract "$ZIPFILE" 'webroot/languages/pt_BR/main.json' "$MODPATH/webroot/languages/pt_BR" true extract "$ZIPFILE" 'webroot/languages/ro_RO/main.json' "$MODPATH/webroot/languages/ro_RO" true -extract "$ZIPFILE" 'webroot/languages/ru_RU/main.json' "$MODPATH/webroot/languages/en_US" true +extract "$ZIPFILE" 'webroot/languages/ru_RU/main.json' "$MODPATH/webroot/languages/ru_RU" true extract "$ZIPFILE" 'webroot/languages/vi_VN/main.json' "$MODPATH/webroot/languages/vi_VN" true extract "$ZIPFILE" 'webroot/js/modal/language.js' "$MODPATH/webroot/js/modal" true