Skip to content

Commit

Permalink
Korean translation added and auto build update
Browse files Browse the repository at this point in the history
  • Loading branch information
stax76 committed Apr 3, 2024
1 parent 924e32f commit 3f52c12
Show file tree
Hide file tree
Showing 6 changed files with 907 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
- name: Download libmpv # In principle, only update this binary file when significant feature changes occur in mpv/mpv.net
shell: msys2 {0}
run: |
wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-01-02-ab5b250/mpv-dev-x86_64-20240102-git-ab5b250.7z
wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-04-02-fe1de11/mpv-dev-x86_64-20240402-git-fe1de11.7z
7z x -y libmpv.7z -olibmpv
cp -f libmpv/libmpv-2.dll src/MpvNet.Windows/bin/Debug/ || true
- name: Download MediaInfo
shell: msys2 {0}
run: |
wget -nv -O MediaInfo.7z https://mediaarea.net/download/binary/libmediainfo0/23.11/MediaInfo_DLL_23.11_Windows_x64_WithoutInstaller.7z
wget -nv -O MediaInfo.7z https://mediaarea.net/download/binary/libmediainfo0/24.03/MediaInfo_DLL_24.03_Windows_x64_WithoutInstaller.7z
7z x -y MediaInfo.7z -oMediaInfo
cp -f MediaInfo/MediaInfo.dll src/MpvNet.Windows/bin/Debug/ || true
- name: Download mpvnet.com file
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# v7.1.1.1 Beta (????-??-??)

- Korean translation added, Japanese translation fixed. Thanks to the translation team!
- Auto build update.

# v7.1.1.0 (2024-02-03)

- Chinese and Japanese translation updated. Thanks to the translation team!
Expand Down
2 changes: 1 addition & 1 deletion lang/create-mo-files.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ foreach ($it in $PoFiles)

if (-not (Test-Path $folder))
{
New-Item -ItemType Directory -Path $folder
New-Item -ItemType Directory -Path $folder | Out-Null
}

$moPath = "$folder/mpvnet.mo"
Expand Down
Loading

0 comments on commit 3f52c12

Please sign in to comment.