Skip to content
Snippets Groups Projects
Commit 08ffe708 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Normalize game architecture

parent ba1f4bf6
No related branches found
No related tags found
1 merge request!79Resolve "Normalize game architecture"
Pipeline #5691 passed
Showing
with 12 additions and 12 deletions
......@@ -8,5 +8,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.1.22
app.versionCode=71
app.versionName=0.2.0
app.versionCode=72
{
"app_name": "Sudoku",
"bottom_nav_game": "Game",
"bottom_nav_settings": "Settings",
"bottom_nav_about": "About",
"settings_title": "Settings",
"settings_label_theme": "Theme mode",
"about_title": "About",
"about_content": "Simple Sudoku Game. Easy to play, easy to enjoy.",
"about_version": "Version: {version}"
"about_version": "Version: {version}",
"": ""
}
{
"app_name": "Sudoku",
"bottom_nav_game": "Jeu",
"bottom_nav_settings": "Réglages",
"bottom_nav_about": "Infos",
"settings_title": "Réglages",
"settings_label_theme": "Thème de couleurs",
"about_title": "Informations",
"about_content": "Jeu de Sudoku simple, facile à jouer, facile à apprécier.",
"about_version": "Version : {version}"
"about_version": "Version : {version}",
"": ""
}
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Improve/normalize game architecture.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment