RU: Steam rich presence

EN: Steam rich presence formatting (added missing space)
This commit is contained in:
Shadow Panther 2024-05-01 15:04:54 +02:00
parent 1c6b376c21
commit b271a7fdfa

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% other users.(has %total_worlds% open)" "#StatusInWorld" "Is in %current_world_name% with %current_world_users% other users. (has %total_worlds% open)"
} }
} }
"french" "french"
@ -24,4 +24,12 @@
"#StatusInWorld" "Ist in %current_world_name% mit %current_world_users% anderen Nutzern. (hat %total_worlds% geöffnet)" "#StatusInWorld" "Ist in %current_world_name% mit %current_world_users% anderen Nutzern. (hat %total_worlds% geöffnet)"
} }
} }
"russian"
{
"tokens"
{
"#StatusInPrivateWorld" "В приватном мире. (всего открыто %total_worlds% миров)"
"#StatusInWorld" "В %current_world_name% с %current_world_users% другими пользователями. (всего открыто %total_worlds% миров)"
}
}
} }