Skip to content

Commit

Permalink
添加乌克兰语版readme
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
TransparentLC committed Sep 27, 2022
1 parent 0411e6f commit 1d6d92c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ jobs:
if [ $BUILD_OS == "macOS" ]; then
cp ../../../../README.md README_gui.md
cp ../../../../README.en-US.md README_gui.en-US.md
cp ../../../../README.uk-UA.md README_gui.uk-UA.md
else
cp ../README.md README_gui.md
cp ../README.en-US.md README_gui.en-US.md
cp ../README.uk-UA.md README_gui.uk-UA.md
fi
if [ $BUILD_OS == "Windows" ]; then
Expand Down
3 changes: 2 additions & 1 deletion README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ A cross-platform GUI for image upscaler [Real-ESRGAN](https://github.com/xinntao

<summary>README translations</summary>

* [简体中文](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [简体中文 (Simplified Chinese)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [English](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.en-US.md)
* [Ukrainian (Українська)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.uk-UA.md) Translated by [@kirill0ermakov](https://github.com/kirill0ermakov)

</details>

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

<summary>README translations</summary>

* [简体中文](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [简体中文 (Simplified Chinese)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [English](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.en-US.md)
* [Ukrainian (Українська)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.uk-UA.md) Translated by [@kirill0ermakov](https://github.com/kirill0ermakov)

</details>

Expand Down
3 changes: 2 additions & 1 deletion README.uk_UA.md → README.uk-UA.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

<summary>README переклади</summary>

* [简体中文](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [简体中文 (Simplified Chinese)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [English](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.en-US.md)
* [Ukrainian (Українська)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.uk-UA.md) Translated by [@kirill0ermakov](https://github.com/kirill0ermakov)

</details>

Expand Down

0 comments on commit 1d6d92c

Please sign in to comment.