Skip to content
Snippets Groups Projects
Commit ac143be3 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#1 iOS localised zip assets resources loading fix

parent 83d86fbc
Branches
Tags
No related merge requests found
File moved
File moved
......@@ -41,7 +41,7 @@ public class ZipAssetLoader extends TablexiaDataManager<I18NBundle> implements I
@Override
public I18NBundle call() throws Exception {
String commonZipFile = COMMON_ZIP_FILE_NAME + ZIP_FILE_EXTENSION;
String localisedZipFile = locale.getCountry() + ZIP_FILE_EXTENSION;
String localisedZipFile = locale.getLanguage() + ZIP_FILE_EXTENSION;
String extractDestinationDirectory = Gdx.files.getExternalStoragePath() + TablexiaAssetManager.StorageType.EXTERNAL.getStoragePath();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment