Update AppInitializer.java
This commit is contained in:
parent
a96f687c04
commit
b24a9c04ed
1 changed files with 2 additions and 0 deletions
|
@ -563,6 +563,8 @@ public class AppInitializer implements IProgress {
|
|||
return app.getString(R.string.index_name_north_america);
|
||||
} else if(WorldRegion.SOUTH_AMERICA_REGION_ID.equals(id)){
|
||||
return app.getString(R.string.index_name_south_america);
|
||||
} else if(WorldRegion.ANTARCTICA_REGION_ID.equals(id)){
|
||||
return app.getString(R.string.index_name_antarctica);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue