9
0
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:
Thomas BOY
2015-02-05 15:47:50 +01:00
parent 392a07a892
commit d264c5ebda
4 changed files with 76 additions and 37 deletions

View File

@@ -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.