Skip to content

Commit 55e39a7

Browse files
committed
refresh localization files
1 parent 7ce0149 commit 55e39a7

File tree

7 files changed

+49
-1
lines changed

7 files changed

+49
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Id,English
2+
title,Localization\n Service
3+
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."
4+
shorttext,This package is designed to show the localization of text...
5+
autors,Sun Cube
6+
localization1,English
7+
localization2,Russian
8+
localization3,French

Assets/LocalizeService/Resources/Localization/English.csv.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Id,French
2+
title,Service de Localisation
3+
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."
4+
shorttext,Ce forfait est conçu pour montrer la localisation de texte...
5+
autors,Sun Cube
6+
localization1,Anglaise
7+
localization2,Russe
8+
localization3,Français

Assets/LocalizeService/Resources/Localization/French.csv.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Id,Russian
2+
title,Сервис Локолизации
3+
text,"Это пакет предназначен для отображения локализации текстов в ваших приложениях. Простой интерфейс. Локализация из файла .CSV формата. Работает с несколькими возможными видами вывода текста в Unity( MeshText и UIText), так же есть возможность получить текстовое значение из кода."
4+
shorttext,Это пакет предназначен для отображения локализации текстов...
5+
autors,Sun Cube
6+
localization1,Английский
7+
localization2,Русский
8+
localization3,Французский

Assets/LocalizeService/Resources/Localization/Russian.csv.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/LocalizeService/Scripts/LocalizationService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public string GetTextByKeyWithLocalize(string key,string localize)
7474

7575
string keyValue;
7676
if (localizationLibrary.TryGetValue(key, out keyValue))
77-
{
77+
{
7878
return keyValue;
7979
}
8080

0 commit comments

Comments
 (0)