Skip to content

Commit

Permalink
Update localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Feb 5, 2024
1 parent 5e6df25 commit c6e433f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Modify resource.h N++ version to avoid confusion
working-directory: PowerEditor\src\
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
# uses: actions/checkout@v4

# - name: Add msbuild to PATH
# uses: microsoft/setup-msbuild@v1
# uses: microsoft/setup-msbuild@v2

# - name: Modify resource.h N++ version to avoid confusion
# working-directory: PowerEditor\src\
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: actions/checkout@v4

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Modify resource.h N++ version to avoid confusion
working-directory: PowerEditor\src\
Expand Down
3 changes: 2 additions & 1 deletion PowerEditor/installer/nativeLang/english.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Translation note:
2. All the comments are for explanation, they are not for translation.
-->
<NotepadPlus>
<Native-Langue name="English" filename="english.xml" version="8.6">
<Native-Langue name="English" filename="english.xml" version="8.6.3">
<Menu>
<Main>
<!-- Main Menu Entries -->
Expand Down Expand Up @@ -986,6 +986,7 @@ Translation note:
<Item id="6236" name="Enable scrolling beyond last line"/>
<Item id="6239" name="Keep selection when right-click outside of selection"/>
<Item id="6245" name="Enable virtual space"/>
<Item id="6214" name="Enable Copy/Cut Line without selection"/>
<Item id="6651" name="Current Line Indicator"/>
<Item id="6652" name="None"/>
<Item id="6653" name="Highlight Background"/>
Expand Down
3 changes: 2 additions & 1 deletion PowerEditor/installer/nativeLang/english_customizable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Translation note:
2. All the comments are for explanation, they are not for translation.
-->
<NotepadPlus>
<Native-Langue name="English" filename="english_customizable.xml" version="8.6">
<Native-Langue name="English" filename="english_customizable.xml" version="8.6.3">
<Menu>
<Main>
<!-- Main Menu Entries -->
Expand Down Expand Up @@ -986,6 +986,7 @@ Translation note:
<Item id="6236" name="Enable scrolling beyond last line"/>
<Item id="6239" name="Keep selection when right-click outside of selection"/>
<Item id="6245" name="Enable virtual space"/>
<Item id="6214" name="Enable Copy/Cut Line without selection"/>
<Item id="6651" name="Current Line Indicator"/>
<Item id="6652" name="None"/>
<Item id="6653" name="Highlight Background"/>
Expand Down
3 changes: 2 additions & 1 deletion PowerEditor/installer/nativeLang/french.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Translation note:
2. All the comments are for explanation, they are not for translation.
-->
<NotepadPlus>
<Native-Langue name="français" filename="french.xml" version="8.6">
<Native-Langue name="français" filename="french.xml" version="8.6.3">
<Menu>
<Main>
<!-- Main Menu Entries -->
Expand Down Expand Up @@ -986,6 +986,7 @@ Translation note:
<Item id="6236" name="Activer le défilement au-delà de la dernière ligne"/>
<Item id="6239" name="Conserver la sélection lors d'un clic droit en dehors de la sélection"/>
<Item id="6245" name="Activer l'espace virtuel"/>
<Item id="6214" name="Activer Copier/Couper la ligne sans sélection"/>
<Item id="6651" name="Surligner la ligne courante"/>
<Item id="6652" name="Aucun"/>
<Item id="6653" name="Colorer l’arrière-plan"/>
Expand Down
3 changes: 2 additions & 1 deletion PowerEditor/installer/nativeLang/taiwaneseMandarin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<NotepadPlus>
<Native-Langue name="台灣繁體" filename="taiwaneseMandarin.xml" version="8.6">
<Native-Langue name="台灣繁體" filename="taiwaneseMandarin.xml" version="8.6.3">
<Menu>
<Main>
<!-- Main Menu Entries -->
Expand Down Expand Up @@ -944,6 +944,7 @@
<Item id="6236" name="允許捲動至超出最後一行"/>
<Item id="6239" name="在選擇範圍之外點擊滑鼠右鍵時仍保留選擇範圍"/>
<Item id="6245" name="啟用虛擬空間"/>
<Item id="6214" name="允許無文字選取時複製/剪下當前整行文字"/>
<Item id="6651" name="游標行設定"/>
<Item id="6652" name=""/>
<Item id="6653" name="加上背景顏色"/>
Expand Down

0 comments on commit c6e433f

Please sign in to comment.