Skip to content

Commit

Permalink
Merge pull request #4065 from NeCx/patch-5
Browse files Browse the repository at this point in the history
Update Translations.cs
  • Loading branch information
GrimmGringo committed Aug 9, 2016
2 parents 5b5abd1 + 5e220d3 commit b00809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Common/Translations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public class Translation : ITranslation
new KeyValuePair<TranslationString, string>(TranslationString.StatsTemplateString,
"{0} - Runtime {1} - Lvl: {2} | EXP/H: {3:n0} | P/H: {4:n0} | Stardust: {5:n0} | Transfered: {6:n0} | Recycled: {7:n0}"),
new KeyValuePair<TranslationString, string>(TranslationString.ProfileStatsTemplateString,
"----- LVL {0} | {1} ----- \n Experience: {2}/{3} \n Pokemons caught: {4} \n Pokemons deployed: {5} \n Pokestops visited: {6} \n Eggs hatched: {7} \n Pokemons envolved: {8} \n Pokedex entries: {9} \n KM walked: {10} \n Pokemons: {11}/{12}"),
"----- LVL {0} | {1} ----- \n Experience: {2}/{3} \n Pokemons caught: {4} \n Pokemons deployed: {5} \n Pokestops visited: {6} \n Eggs hatched: {7} \n Pokemons evolved: {8} \n Pokedex entries: {9} \n KM walked: {10} \n Pokemons: {11}/{12}"),
new KeyValuePair<TranslationString, string>(TranslationString.ShowPokeTemplate,
"\n CP: {0} | IV: {1}% | Name: {2}"),
new KeyValuePair<TranslationString, string>(TranslationString.HelpTemplate,
Expand Down

0 comments on commit b00809b

Please sign in to comment.