|
@@ -33,7 +33,7 @@ def new_language(context, lang_code, app): |
|
|
frappe.translate.write_translations_file(app, lang_code) |
|
|
frappe.translate.write_translations_file(app, lang_code) |
|
|
|
|
|
|
|
|
print "File created at ./apps/{app}/{app}/translations/{lang_code}.csv".format(app=app, lang_code=lang_code) |
|
|
print "File created at ./apps/{app}/{app}/translations/{lang_code}.csv".format(app=app, lang_code=lang_code) |
|
|
print "You will need to add the language in frappe/data/languages.txt, if you haven't done it already." |
|
|
|
|
|
|
|
|
print "You will need to add the language in frappe/geo/languages.json, if you haven't done it already." |
|
|
|
|
|
|
|
|
@click.command('get-untranslated') |
|
|
@click.command('get-untranslated') |
|
|
@click.argument('lang') |
|
|
@click.argument('lang') |
|
|