Turkish translation added

This commit is contained in:
stax76
2024-05-21 13:58:35 +02:00
parent cfd2919e88
commit ae9c69e469
5 changed files with 19 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ Table of contents
- [Download](#download)
- [Manual](#manual)
- [Screenshots](#screenshots)
- [Contributing](#contributing)
Features that mpv and mpv.net have in common
@@ -108,6 +109,11 @@ Features exclusive to mpv.net
[The mpv.net documentation.](docs/manual.md)
## [Contributing](docs/contributing.md)
[Contributing section of the manual.](docs/manual.md#contributing)
Screenshots
-----------

View File

@@ -1,7 +1,7 @@
# v7.1.1.1 Beta (????-??-??)
- Korean and Russian translation added, Japanese translation fixed. Thanks to the translation team!
- Korean, Russian and Turkish translation added, Japanese translation fixed. Thanks to the translation team!
- Auto build update.
# v7.1.1.0 (2024-02-03)

View File

@@ -27,7 +27,7 @@ Table of contents
* [Environment Variables](#environment-variables)
* [user-data](#user-data)
* [Context Menu Commands](#context-menu)
* [Contributing](#contributing)
About
-----
@@ -476,7 +476,7 @@ Enable this only when a developer asks for it. Default: no
User interface display language.
mpv.net must be restarted after a change.
Interested joining our translation team?:
Work on the translation is done with transifex:
https://app.transifex.com/stax76/teams/
#### --dark-mode=\<value\>
@@ -1438,3 +1438,11 @@ Exits mpv.net and remembers the position in the file using the following command
`quit-watch-later`
[quit-watch-later command](https://mpv.io/manual/master/#command-interface-quit-watch-later)
Contributing
------------
Work on the translation is done with transifex:
https://app.transifex.com/stax76/teams/

View File

@@ -1139,6 +1139,7 @@ option = german
option = japanese
option = korean
option = russian
option = turkish
name = dark-mode
file = mpvnet

View File

@@ -17,6 +17,7 @@ public class WpfTranslator : ITranslator
new("japanese", "ja", "ja"),
new("korean", "ko", "ko"),
new("russian", "ru", "ru"),
new("turkish", "tr", "tr"),
};
public string Gettext(string msgId)