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) - [Download](#download)
- [Manual](#manual) - [Manual](#manual)
- [Screenshots](#screenshots) - [Screenshots](#screenshots)
- [Contributing](#contributing)
Features that mpv and mpv.net have in common 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) [The mpv.net documentation.](docs/manual.md)
## [Contributing](docs/contributing.md)
[Contributing section of the manual.](docs/manual.md#contributing)
Screenshots Screenshots
----------- -----------

View File

@@ -1,7 +1,7 @@
# v7.1.1.1 Beta (????-??-??) # 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. - Auto build update.
# v7.1.1.0 (2024-02-03) # v7.1.1.0 (2024-02-03)

View File

@@ -27,7 +27,7 @@ Table of contents
* [Environment Variables](#environment-variables) * [Environment Variables](#environment-variables)
* [user-data](#user-data) * [user-data](#user-data)
* [Context Menu Commands](#context-menu) * [Context Menu Commands](#context-menu)
* [Contributing](#contributing)
About About
----- -----
@@ -476,7 +476,7 @@ Enable this only when a developer asks for it. Default: no
User interface display language. User interface display language.
mpv.net must be restarted after a change. 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/ https://app.transifex.com/stax76/teams/
#### --dark-mode=\<value\> #### --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`
[quit-watch-later command](https://mpv.io/manual/master/#command-interface-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 = japanese
option = korean option = korean
option = russian option = russian
option = turkish
name = dark-mode name = dark-mode
file = mpvnet file = mpvnet

View File

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