Skip to content

Commit e5bc16e

Browse files
committed
Happy new year 2025.
1 parent c9cba61 commit e5bc16e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ the exclusion of warranty; and each file should have at least the
631631
"copyright" line and a pointer to where the full notice is found.
632632

633633
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.
634-
Copyright (C) 2024 AnduinOS
634+
Copyright (C) 2025 AnduinOS
635635

636636
This program is free software: you can redistribute it and/or modify
637637
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
AnduinOS Copyright (C) 2024 AnduinXue
655+
AnduinOS Copyright (c) 2025 AnduinXue
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

src/args.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#==========================
66

77
# 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
8-
export LANG_MODE="en_US"
8+
export LANG_MODE="zh_CN"
99
# 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
10-
export LANG_PACK_CODE="en"
10+
export LANG_PACK_CODE="zh"
1111

1212
export LC_ALL=$LANG_MODE.UTF-8
1313
export LC_CTYPE=$LANG_MODE.UTF-8

0 commit comments

Comments
 (0)