Skip to content

Commit

Permalink
#119: Fix name on Windows (#126)
Browse files Browse the repository at this point in the history
This commit fixes the shortcut name on Windows in Simplified and Traditional Chinese.
  • Loading branch information
aaronhktan authored Apr 14, 2023
1 parent 9035be3 commit 5eee81b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ set UNINSTALLNAME=Uninstall %APPLICATIONNAME%

set FRENCHNAME=Dictionnaire Jyut
set FRENCHUNINSTALL=Désinstaller %FRENCHNAME%
set SIMPLIFIEDNAME=粤语字典
set SIMPLIFIEDNAME=粤语词典
set SIMPLIFIEDUNINSTALL=卸载%SIMPLIFIEDNAME%
set TRADITIONALNAME=粵語字典
set TRADITIONALNAME=粵語辭典
set TRADITIONALUNINSTALL=移除%TRADITIONALNAME%

set OLDNAME=%FOLDER%%APPLICATIONNAME%%EXTENSION%
Expand Down

0 comments on commit 5eee81b

Please sign in to comment.