fix(steam): cleanup mistakes from first commit

This commit is contained in:
Richard Fox 2024-05-01 00:03:07 -07:00
parent 0b51a432f0
commit 0089a222f6
2 changed files with 36 additions and 33 deletions

View file

@ -6,39 +6,42 @@ This file is provided to Steam via Steamworks and used to create rich presence s
While this file, resembles JSON, it is not actually JSON so please be careful, PRs are welcome! While this file, resembles JSON, it is not actually JSON so please be careful, PRs are welcome!
Valid languages are: Valid languages are:
English * English
German * German
French * French
Italian * Italian
Korean * Korean
Spanish - Spain * Spanish - Spain
Simplified Chinese * Simplified Chinese
Traditional Chinese * Traditional Chinese
Russian * Russian
Thai * Thai
Japanese * Japanese
Portuguese - Portugal * Portuguese - Portugal
Polish * Polish
Danish * Danish
Dutch * Dutch
Finnish * Finnish
Norwegian * Norwegian
Swedish * Swedish
Hungarian * Hungarian
Czech * Czech
Romanian * Romanian
Turkish * Turkish
Arabic * Arabic
Portuguese - Brazil * Portuguese - Brazil
Bulgarian * Bulgarian
Greek * Greek
Ukrainian * Ukrainian
Spanish - Latin America * Spanish - Latin America
Vietnamese * Vietnamese
Indonesian * Indonesian
The language name is usually lowercased in the text file, but we can check for your after you PR the strings. The language name is usually lowercased in the text file, but we can check for your after you PR the strings.
see: https://partner.steamgames.com/doc/features/enhancedrichpresence#4 for more info. ### See Also
* [Steam's Documentation on Rich Presence Localization](https://partner.steamgames.com/doc/features/enhancedrichpresence#4)
* [Steam's Documentation on the file format used: VDF](https://developer.valvesoftware.com/wiki/KeyValues)
The file format is VDF or "Valve Data Format", It is left in txt format to be easily editable in most user's editors. You can read about the format on Valve's wiki: https://developer.valvesoftware.com/wiki/KeyValues

View file

@ -5,7 +5,7 @@
"tokens" "tokens"
{ {
"#StatusInPrivateWorld" "Is in a private world. (has %total_worlds% open)" "#StatusInPrivateWorld" "Is in a private world. (has %total_worlds% open)"
"#StatusInWorld" "Is in %current_world_name% with %current_world_users%.(has %total_worlds% open)" "#StatusInWorld" "Is in %current_world_name% with %current_world_users% other users.(has %total_worlds% open)"
} }
} }
"french" "french"