Home | History | Annotate | Download | only in localize

Lines Matching defs:targetLocale

259             const string& targetLocale, const vector<string>& configs)
314 translated.locale = targetLocale;
352 string transFilename = translated_file_name(resFile, targetLocale);
386 filename << config << '-' << targetLocale << '-' << setting.currentVersion << ".xliff";
626 string targetLocale;
645 targetLocale = argv[index+1];
660 if (settingsFile == "" || rootDir == "" || configs.size() == 0 || targetLocale == "") {
663 if (!split_locale(targetLocale, &language, &region)) {
664 fprintf(stderr, "illegal --target locale: '%s'\n", targetLocale.c_str());
669 return do_export(settingsFile, rootDir, outDir, targetLocale, configs);