Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emisjerry/autosub-ahk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.8
Choose a base ref
...
head repository: emisjerry/autosub-ahk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 31, 2021

  1. change README.md

    emisjerry committed May 31, 2021
    Copy the full SHA
    c7ae538 View commit details

Commits on Oct 25, 2022

  1. Add de-de German (Germany)

    emisjerry committed Oct 25, 2022
    Copy the full SHA
    09d56f4 View commit details
Showing with 10 additions and 4 deletions.
  1. +6 −3 README.md
  2. +4 −1 autosub-ahk.ini
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,9 @@
* 下載:[release](https://github.com/emisjerry/autosub-ahk/releases)

### How to add language
* Changes LANGUAGES variable in autosub-ahk.ahk, add additional language code and description.
1. Find your language code: 'autosub\\autosub.exe -lsc'
2. Paste the code after LANGUAGE variable that starts with a pipe sign (|)
1. Find your language code(lsc=List Speech Code): 'autosub\\autosub.exe -lsc'
2. Copy the speech code into clipboard
3. Modify autosub-ahk.ini
3.1. add One to [LANGUAGE] Count
3.2. add New counter=speech_code descition in [zh_TW], [zh_CN] and [en_US]

5 changes: 4 additions & 1 deletion autosub-ahk.ini
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
1=zh_TW
2=zh_CN
3=en_US
count=11
count=12

; number=LanguageCode LanguageDescription
; How to get the required language code?
@@ -21,6 +21,7 @@ count=11
9=ru-ru Russian (俄語)
10=es-es Spanish (西班牙語)
11=it-it Italian (義大利語)
12=de-de German (德語)

[zh_CN]
1=zh-TW 中文(繁体)
@@ -34,6 +35,7 @@ count=11
9=ru-ru Russian (俄语)
10=es-es Spanish (西班牙语)
11=it-it Italian (意大利语)
12=de-de German (德语)

[en_US]
1=zh-TW Chinese(Traditional)
@@ -47,3 +49,4 @@ count=11
9=ru-ru Russian (Russia)
10=es-es Spanish (Spain)
11=it-it Italian (Italy)
12=de-de German (Germany)