diff --git a/LICENSE b/LICENSE index 31af374..c7f3965 100644 --- a/LICENSE +++ b/LICENSE @@ -631,7 +631,7 @@ the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. AnduinOS is a custom Debian-based Linux distribution that aims to facilitate developers transitioning from Windows to Ubuntu by maintaining familiar operational habits and workflows. - Copyright (C) 2024 AnduinOS + Copyright (C) 2025 AnduinOS This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - AnduinOS Copyright (C) 2024 AnduinXue + AnduinOS Copyright (c) 2025 AnduinXue This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/src/args.sh b/src/args.sh index 499a408..3a4a4ac 100755 --- a/src/args.sh +++ b/src/args.sh @@ -5,9 +5,9 @@ #========================== # Set the language environment. Can be: en_US, zh_CN, zh_TW, zh_HK, ja_JP, ko_KR, vi_VN, th_TH, de_DE, fr_FR, es_ES, ru_RU, it_IT, pt_BR, pt_PT, ar_SA, nl_NL, sv_SE, pl_PL, tr_TR -export LANG_MODE="en_US" +export LANG_MODE="zh_CN" # Set the language pack code. Can be: zh, en, ja, ko, vi, th, de, fr, es, ru, it, pt, pt, ar, nl, sv, pl, tr -export LANG_PACK_CODE="en" +export LANG_PACK_CODE="zh" export LC_ALL=$LANG_MODE.UTF-8 export LC_CTYPE=$LANG_MODE.UTF-8