|
|
@@ -33,7 +33,7 @@ public class TextAutoLanguage : MonoBehaviour
|
|
|
{
|
|
|
try {
|
|
|
textAutoLanguage.ApplyText();
|
|
|
- } catch (Exception) {}
|
|
|
+ } catch (Exception e) { Debug.LogError(e.Message); }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -275,6 +275,7 @@ class LanguageDefault {
|
|
|
public string text111001 = "射箭时,射速增加{0}倍。";
|
|
|
|
|
|
//设备名称
|
|
|
+ public string text200000 = "反曲弓";
|
|
|
public string text201000 = "18磅反曲弓";
|
|
|
public string text201001 = "25磅反曲弓";
|
|
|
public string text201002 = "碳纤维箭";
|
|
|
@@ -446,6 +447,7 @@ class LanguageEnglish : LanguageDefault {
|
|
|
public new string text111001 = "In archery, the speed increases by {0} times.";
|
|
|
|
|
|
//设备名称
|
|
|
+ public new string text200000 = "Recurve Bow";
|
|
|
public new string text201000 = "18 Pound Bow";
|
|
|
public new string text201001 = "25 Pound Bow";
|
|
|
public new string text201002 = "Carbon Giber Arrow";
|