summaryrefslogtreecommitdiff
path: root/src/localization.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/localization.c')
-rw-r--r--src/localization.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/localization.c b/src/localization.c
index 7271415..7909d6e 100644
--- a/src/localization.c
+++ b/src/localization.c
@@ -114,7 +114,7 @@ void load_available_localizations()
{
global_localization.mo_files = array_create(sizeof(mo_file));
array_reserve(&global_localization.mo_files, 10);
-
+ /*
mo_file en = load_localization_file(_binary_data_translations_en_English_mo_start,
_binary_data_translations_en_English_mo_end,
_binary_data_imgs_en_bmp_start,
@@ -129,6 +129,7 @@ void load_available_localizations()
array_push(&global_localization.mo_files, &en);
array_push(&global_localization.mo_files, &nl);
+ */
}
void destroy_available_localizations()