Skip to content

Commit a2f59de

Browse files
committed
ChangingLanguagae
ChangingLanguagae
1 parent 64110e8 commit a2f59de

380 files changed

Lines changed: 67610 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
#
33
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
44
#
5-
/[Ll]ibrary/
6-
/[Tt]emp/
7-
/[Oo]bj/
8-
/[Bb]uild/
9-
/[Bb]uilds/
10-
/[Ll]ogs/
11-
/[Mm]emoryCaptures/
5+
[Ll]ibrary/
6+
[Tt]emp/
7+
[Oo]bj/
8+
[Bb]uild/
9+
[Bb]uilds/
10+
[Ll]ogs/
11+
[Mm]emoryCaptures/
1212

1313
# Asset meta data should only be ignored when the corresponding asset is also ignored
1414
!/[Aa]ssets/**/*.meta
1515

1616
# Uncomment this line if you wish to ignore the asset store tools plugin
17-
# /[Aa]ssets/AssetStoreTools*
17+
[Aa]ssets/AssetStoreTools*
1818

1919
# Autogenerated Jetbrains Rider plugin
2020
[Aa]ssets/Plugins/Editor/JetBrains*

Changing_Language/.vsconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Changing_Language/Assets/My Game.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.

Changing_Language/Assets/My Game/Localization.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.

Changing_Language/Assets/My Game/Localization/Intro.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.

Changing_Language/Assets/My Game/Localization/Intro/AllText.txt

Whitespace-only changes.

Changing_Language/Assets/My Game/Localization/Intro/AllText.txt.meta

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

Changing_Language/Assets/My Game/Localization/Intro/Resources.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.

Changing_Language/Assets/My Game/Localization/Intro/Resources/Localization.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eng English
2+
ru Russian
3+
uk Ukrainian
4+
pla Play
5+
go GameOver
6+
ex Exit
7+
so Sounds

0 commit comments

Comments
 (0)