mirror of
https://github.com/Mrdabup/LocaleSpanish.git
synced 2025-12-06 14:23:00 -06:00
feat(steam): add rich presence settings
This commit is contained in:
parent
67c8f8fc54
commit
2e73aef6f3
2 changed files with 25 additions and 0 deletions
6
Steam/Readme.md
Normal file
6
Steam/Readme.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Steam Localization items
|
||||
|
||||
## RichPresence.txt
|
||||
This file is provided to Steam via Steamworks and used to create rich presence strings that show up in Steam for Resonite.
|
||||
|
||||
While this file, resembles JSON, it is not actually JSON so please be careful, PRs are welcome!
|
||||
19
Steam/RichPresence.txt
Normal file
19
Steam/RichPresence.txt
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
"lang"
|
||||
{
|
||||
"english"
|
||||
{
|
||||
"tokens"
|
||||
{
|
||||
"#StatusInPrivateWorld" "Is in a private world. (has %total_worlds% open)"
|
||||
"#StatusInWorld" "Is in %current_world_name% with %current_world_users%.(has %total_worlds% open)"
|
||||
}
|
||||
}
|
||||
"french"
|
||||
{
|
||||
"tokens"
|
||||
{
|
||||
"#StatusInPrivateWorld" "I don't speak french this is just a placeholder to show how it should be formatted"
|
||||
"#StatusInWorld" "I don't speak french this is just a placeholder to show how it should be formatted"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue