Skip to content

Commit

Permalink
refresh localization files
Browse files Browse the repository at this point in the history
  • Loading branch information
nosstanislav committed Jun 2, 2017
1 parent 7ce0149 commit 55e39a7
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Assets/LocalizeService/Resources/Localization/English.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Id,English
title,Localization\n Service
text,"This package is designed to show the localization of text in your applications. Simple interface. Text of localization located in the .CSV file format. Works with several possible types of text output in Unity(MeshText and UIText), there is also has the opportunity to get text value of the code."
shorttext,This package is designed to show the localization of text...
autors,Sun Cube
localization1,English
localization2,Russian
localization3,French

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/LocalizeService/Resources/Localization/French.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Id,French
title,Service de Localisation
text,"Ce forfait est conçu pour montrer la localisation de texte dans vos applications. Interface simple. Texte de localisation situé dans le format de fichier .csv. Fonctionne avec plusieurs types possibles de sortie de texte dans Unity(MeshText et UIText), on a aussi la possibilité d'obtenir la valeur de texte du code."
shorttext,Ce forfait est conçu pour montrer la localisation de texte...
autors,Sun Cube
localization1,Anglaise
localization2,Russe
localization3,Français
8 changes: 8 additions & 0 deletions Assets/LocalizeService/Resources/Localization/French.csv.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/LocalizeService/Resources/Localization/Russian.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Id,Russian
title,Сервис Локолизации
text,"Это пакет предназначен для отображения локализации текстов в ваших приложениях. Простой интерфейс. Локализация из файла .CSV формата. Работает с несколькими возможными видами вывода текста в Unity( MeshText и UIText), так же есть возможность получить текстовое значение из кода."
shorttext,Это пакет предназначен для отображения локализации текстов...
autors,Sun Cube
localization1,Английский
localization2,Русский
localization3,Французский

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/LocalizeService/Scripts/LocalizationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public string GetTextByKeyWithLocalize(string key,string localize)

string keyValue;
if (localizationLibrary.TryGetValue(key, out keyValue))
{
{
return keyValue;
}

Expand Down

0 comments on commit 55e39a7

Please sign in to comment.