Skip to content

Commit

Permalink
Add Turkish and Brazilian Portuguese localizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpcstld committed Feb 14, 2016
1 parent b464792 commit 87866a2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 2048/2048.iml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<module external.linked.project.id="2048" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
<option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" />
<option name="BUILDABLE" value="false" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

</module>
4 changes: 2 additions & 2 deletions 2048/2048/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 22
versionCode 21
versionName "1.1.5"
versionCode 22
versionName "1.1.6"
}
buildTypes {
release {
Expand Down
17 changes: 17 additions & 0 deletions 2048/2048/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="high_score">RECORDE</string>
<string name="score">PONTUAÇÃO</string>
<string name="instructions">Deslize para mover. 2 + 2 = 4. Alcance 2048.</string>
<string name="you_win">Você ganhou!</string>
<string name="game_over">Você perdeu!</string>
<string name="go_on">Toque para continuar</string>
<string name="for_now">Por enquanto...</string>
<string name="endless">Modo Interminável</string>
3
<!-- Confirmation dialog-->
<string name="reset">Resetar</string>
<string name="continue_game">Cancelar</string>
<string name="reset_dialog_title">Resetar jogo?</string>
<string name="reset_dialog_message">Tem certeza de que deseja resetar o jogo?</string>
</resources>
17 changes: 17 additions & 0 deletions 2048/2048/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="high_score">YÜKSEK SKOR</string>
<string name="score">SKOR</string>
<string name="instructions">Hamle yapmak için kaydırın. 2 + 2 = 4. 2048\'e ulaşın.</string>
<string name="you_win">Kazandın!</string>
<string name="game_over">Oyun Bitti!</string>
<string name="go_on">Devam etmek için dokunun</string>
<string name="for_now">Şimdilik…</string>
<string name="endless">"Sonsuz" Mode</string>

<!-- Confirmation dialog-->
<string name="reset">Sıfırla</string>
<string name="continue_game">İptal</string>
<string name="reset_dialog_title">Oyun sıfırlansın mı?</string>
<string name="reset_dialog_message">Sıfırlamak istediğinize emin misiniz?</string>
</resources>
2 changes: 1 addition & 1 deletion 2048/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

Expand Down

0 comments on commit 87866a2

Please sign in to comment.