mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-02 00:07:24 +08:00
Correctifs de codes (commentaires, deplacement). Deplacement de setDisplayOrientation dans ManagerCamera et appel dans initCameraResource. Modification du hook pour la langue par defaut.
This commit is contained in:
@@ -125,7 +125,7 @@ var updateConfig = function() {
|
||||
translationsForApplication = JSON.parse(translationsForApplication);
|
||||
for (lang in translationsForApplication) {
|
||||
var pathFileTranslate = pathResAndroidCordova+"values-"+lang+"/";
|
||||
if (lang == "0") {
|
||||
if (lang == "default") {
|
||||
pathFileTranslate = pathResAndroidCordova+"values/";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user