mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-04-14 00:00:03 +08:00
Modification pour prendre en compte une langue par defaut.
Nouvelle implementation du switch camera. Modifications de ManagerCamera.java. Prise en compte du flash en cas de changement de camera.
This commit is contained in:
@@ -125,6 +125,9 @@ var updateConfig = function() {
|
||||
translationsForApplication = JSON.parse(translationsForApplication);
|
||||
for (lang in translationsForApplication) {
|
||||
var pathFileTranslate = pathResAndroidCordova+"values-"+lang+"/";
|
||||
if (lang == "0") {
|
||||
pathFileTranslate = pathResAndroidCordova+"values/";
|
||||
}
|
||||
|
||||
var objToXml;
|
||||
// already exist, get data.
|
||||
|
||||
Reference in New Issue
Block a user