i18n: zh_CN translation for newly added strings

This commit is contained in:
Gary Wang
2020-11-16 00:47:55 +08:00
parent 819cd3a8f5
commit daab55e5a2
3 changed files with 138 additions and 48 deletions

View File

@ -21,8 +21,8 @@ build_script:
- cinst ninja
# build libexiv2
- cd %LIBEXIV2_ROOT%
- curl -fsS -o v0.27.3.zip https://github.com/Exiv2/exiv2/archive/v0.27.3.zip
- 7z e v0.27.3.zip
- curl -fsSL -o v0.27.3.zip https://github.com/Exiv2/exiv2/archive/v0.27.3.zip
- 7z e v0.27.3.zip -y
- cmake -G "Ninja" . -DCMAKE_INSTALL_PREFIX=%CMAKE_INSTALL_ROOT%
- cmake --build . --target install
- tree /f