diff --git a/Steam/RichPresence.txt b/Steam/RichPresence.txt index 8613258..a255373 100644 --- a/Steam/RichPresence.txt +++ b/Steam/RichPresence.txt @@ -5,7 +5,7 @@ "tokens" { "#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" @@ -24,4 +24,12 @@ "#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% миров)" + } + } }