Skip to content

Commit

Permalink
i18n: zh-Hans and zh-Hant (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Apr 13, 2024
1 parent 31c9fd8 commit a835ff9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added assets/zh-Hans.lproj/Localizable.strings
Binary file not shown.
Binary file added assets/zh-Hant.lproj/Localizable.strings
Binary file not shown.
5 changes: 5 additions & 0 deletions package.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ def build():
sh(f'rm {EXECUTABLE}-{arch}')

sh(f'cp assets/fcitx.icns "{RESOURCES_DIR}"')

for name in os.listdir('assets'):
if name.endswith('.lproj'):
sh(f'cp -r assets/{name} "{RESOURCES_DIR}"')

sh(f'cp install.sh "{RESOURCES_DIR}"')
sh(f'rm -f "${EXECUTABLE_DIR}/Fcitx5Installer.d"')

Expand Down

0 comments on commit a835ff9

Please sign in to comment.