Merge branch 'test' into dev
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
commit
8e51104e1b
|
@ -54,6 +54,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
when { not { anyOf {
|
||||||
|
branch 'test'
|
||||||
|
branch 'master'
|
||||||
|
}}}
|
||||||
environment {
|
environment {
|
||||||
NODE_ENV = ""
|
NODE_ENV = ""
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,7 +73,7 @@ export function config($translateProvider, $translatePartialLoaderProvider, $htt
|
||||||
return locale;
|
return locale;
|
||||||
if (langOptions.langAliases[locale])
|
if (langOptions.langAliases[locale])
|
||||||
return langOptions.langAliases[locale];
|
return langOptions.langAliases[locale];
|
||||||
return fallbackLang;
|
return langOptions.fallbackLang;
|
||||||
});
|
});
|
||||||
|
|
||||||
$translatePartialLoaderProvider.addPart(appName);
|
$translatePartialLoaderProvider.addPart(appName);
|
||||||
|
|
|
@ -15,4 +15,4 @@ Show Pickup order: Ver orden de recogida
|
||||||
Search claim by id or client name: Buscar reclamaciones por identificador o nombre de cliente
|
Search claim by id or client name: Buscar reclamaciones por identificador o nombre de cliente
|
||||||
Claim deleted!: Reclamación eliminada!
|
Claim deleted!: Reclamación eliminada!
|
||||||
claim: reclamación
|
claim: reclamación
|
||||||
Photos: Fotos
|
Photos: Fotos
|
||||||
|
|
Loading…
Reference in New Issue