--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello, and sorry to bring this up again,
paver i18n_robot_pull
running, and then it asks me:
Continue with committing these translations (y/n)?
Which I aswered with 'y'
Finally it ends with errors :-(..
.
.
i18n_tool validate
WARNING:i18n.validate:
fake2/LC_MESSAGES/underscore-studio.po:115: 'msgstr' is not a valid Python format string, unlike 'msgid'. Reason: The character that terminates the directive number 1 is not a valid conversion specifier.
msgfmt: found 1 fatal error
ERROR:i18n.validate: 1 problems in /edx/app/edxapp/edx-platform/conf/locale/hy_AM/LC_MESSAGES/django.po, details in .prob file
ERROR:i18n.validate: 3 problems in /edx/app/edxapp/edx-platform/conf/locale/fr/LC_MESSAGES/django.po, details in .prob file
ERROR:i18n.validate: 2 problems in /edx/app/edxapp/edx-platform/conf/locale/es_419/LC_MESSAGES/django.po, details in .prob file
ERROR:i18n.validate: 1 problems in /edx/app/edxapp/edx-platform/conf/locale/de_DE/LC_MESSAGES/djangojs.po, details in .prob file
ERROR:i18n.validate: 3 problems in /edx/app/edxapp/edx-platform/conf/locale/de_DE/LC_MESSAGES/django.po, details in .prob file
ERROR:i18n.validate: 1 problems in /edx/app/edxapp/edx-platform/conf/locale/zh_CN/LC_MESSAGES/djangojs.po, details in .prob file
Continue with committing these translations (y/n)? y
git add conf/locale
git commit --message="Update translations (autogenerated message)" --edit
*** Please tell me who you are.
Run
git config --global user.email "y...@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident <edx...@ip-10-67-169-22.ec2.internal
> not allowed
Captured Task Output:
---------------------
---> pavelib.i18n.i18n_robot_pull
---> pavelib.i18n.i18n_transifex_pull
---> pavelib.i18n.i18n_validate_transifex_config
i18n_tool transifex pull
---> pavelib.i18n.i18n_extract
---> pavelib.i18n.i18n_validate_gettext
---> pavelib.assets.compile_coffeescript
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"`
i18n_tool extract
---> pavelib.i18n.i18n_dummy
i18n_tool dummy
---> pavelib.i18n.i18n_generate_strict
i18n_tool generate --strict
git clean -fdX conf/locale
i18n_tool validate
git add conf/locale
git commit --message="Update translations (autogenerated message)" --edit
Build failed running pavelib.i18n.i18n_robot_pull: Subprocess return code: 128
The strange thing is, I got a few fragments of german text appearing at the lms and cms (just a few bits)
I also tried to change the language_code inand/edx/app/edxapp/lms.env.json/edx/app/edxapp/cms.env.json
from "en" to "de-de"
and followed the advice from Oleksii Molchanovskyi (https://groups.google.com/forum/#!topic/openedx-translation/yMO-y6v5AXA)
To change the default language of the users inside the mysql-database
What should i do now?
--
You received this message because you are subscribed to a topic in the Google Groups "openedx-translation" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openedx-translation/ZSMU_sFZh04/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openedx-transla...@googlegroups.com.
paver i18n_robot_pull
it was no longer running smooth through the language files in red and whit as before, but did error, like I had before on another instance...
and exited with an error
What is the problem now? I think this beaviour is very strange ... Could anyone help?
Alexander
.
.
.
Encountered error Syntax error in po file None (line 1) with filename /edx/app/edxapp/edx-platform/conf/locale/zh_HK/LC_MESSAGES/djangojs-partial.po - language project may no longer exist on Transifex
Encountered error Syntax error in po file None (line 1) with filename /edx/app/edxapp/edx-platform/conf/locale/zh_HK/LC_MESSAGES/mako.po - language project may no longer exist on Transifex
Encountered error Syntax error in po file None (line 1) with filename /edx/app/edxapp/edx-platform/conf/locale/zh_TW/LC_MESSAGES/django-partial.po - language project may no longer exist on Transifex
Encountered error Syntax error in po file None (line 1) with filename /edx/app/edxapp/edx-platform/conf/locale/zh_TW/LC_MESSAGES/djangojs-partial.po - language project may no longer exist on Transifex
Encountered error Syntax error in po file None (line 1) with filename /edx/app/edxapp/edx-platform/conf/locale/zh_TW/LC_MESSAGES/mako.po - language project may no longer exist on Transifex
---> pavelib.i18n.i18n_extract
---> pavelib.i18n.i18n_validate_gettext
/usr/bin/xgettext
---> pavelib.assets.compile_coffeescript
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"`
i18n_tool extract
INFO:i18n.execute:Deleting file conf/locale/en/LC_MESSAGES/django.po
WARNING:i18n.execute:File does not exist: conf/locale/en/LC_MESSAGES/django.po
INFO:i18n.execute:Executing in /edx/app/edxapp/edx-platform ...
INFO:i18n.execute:pybabel -q extract --mapping=conf/locale/babel_mako.cfg --add-comments="Translators:" --keyword="interpolate" . --output=conf/locale/en/LC_MESSAGES/mako.po
INFO:i18n.execute:Executing in /edx/app/edxapp/edx-platform ...
INFO:i18n.execute:pybabel -q extract --mapping=conf/locale/babel_underscore.cfg --add-comments="Translators:" --keyword="interpolate" . --output=conf/locale/en/LC_MESSAGES/underscore.po
INFO:i18n.execute:Executing in /edx/app/edxapp/edx-platform ...
INFO:i18n.execute:django-admin.py makemessages -l en -v0 --ignore="docs/*" --ignore="src/*" --ignore="i18n/*" --ignore="test_root/*" --ignore="common/static/xmodule/modules/*" --ignore="common/static/xmodule/descriptors/*" --extension html
INFO:i18n.execute:Executing in /edx/app/edxapp/edx-platform ...
INFO:i18n.execute:django-admin.py makemessages -l en -v0 --ignore="docs/*" --ignore="src/*" --ignore="i18n/*" --ignore="test_root/*" --ignore="common/static/xmodule/modules/*" --ignore="common/static/xmodule/descriptors/*" -d djangojs --extension js
INFO:i18n.execute:Executing in /edx/app/edxapp/venvs/edxapp/src/django-wiki ...
INFO:i18n.execute:pybabel -q extract -F /edx/app/edxapp/edx-platform/conf/locale/babel_third_party.cfg -c "Translators:" wiki -o /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/wiki.po
INFO:i18n.segment:Reading 182 entries from /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/underscore.po
INFO:i18n.segment:Writing 177 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/underscore-studio.po
INFO:i18n.segment:Writing 5 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/underscore.po
INFO:i18n.segment:Reading 1800 entries from /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/mako.po
INFO:i18n.segment:Writing 1309 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/mako.po
INFO:i18n.segment:Writing 491 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/mako-studio.po
INFO:i18n.segment:Reading 1195 entries from /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/django-partial.po
INFO:i18n.segment:Writing 1137 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/django-partial.po
INFO:i18n.segment:Writing 58 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/django-studio.po
INFO:i18n.segment:Reading 650 entries from /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/djangojs-partial.po
INFO:i18n.segment:Writing 529 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/djangojs-partial.po
INFO:i18n.segment:Writing 121 entries to /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/djangojs-studio.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/django-partial.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/wiki.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/django-studio.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/djangojs-partial.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/djangojs-studio.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/mako.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/underscore-studio.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/mako-studio.po
INFO:i18n.extract:Cleaning /edx/app/edxapp/edx-platform/conf/locale/en/LC_MESSAGES/underscore.po
---> pavelib.i18n.i18n_dummy
i18n_tool dummy
---> pavelib.i18n.i18n_generate_strict
i18n_tool generate --strict
INFO:i18n.generate:Merging djangojs.po for locale am
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/bin/i18n_tool", line 9, in <module>
load_entry_point('i18n-tools==0.1', 'console_scripts', 'i18n_tool')()
File "/edx/app/edxapp/venvs/edxapp/src/i18n-tools/i18n/main.py", line 38, in main
return module.main()
File "/edx/app/edxapp/venvs/edxapp/src/i18n-tools/i18n/__init__.py", line 36, in __call__
self.run(args)
File "/edx/app/edxapp/venvs/edxapp/src/i18n-tools/i18n/generate.py", line 125, in run
merge_files(locale, fail_if_missing=args.strict)
File "/edx/app/edxapp/venvs/edxapp/src/i18n-tools/i18n/generate.py", line 68, in merge_files
merge(locale, target, sources, fail_if_missing)
File "/edx/app/edxapp/venvs/edxapp/src/i18n-tools/i18n/generate.py", line 44, in merge
validate_files(locale_directory, sources)
File "/edx/app/edxapp/venvs/edxapp/src/i18n-tools/i18n/generate.py", line 110, in validate_files
raise Exception("I18N: Cannot generate because file not found: {0}".format(pathname))
Exception: I18N: Cannot generate because file not found: /edx/app/edxapp/edx-platform/conf/locale/am/LC_MESSAGES/djangojs-partial.po
Captured Task Output:
---------------------
---> pavelib.i18n.i18n_robot_pull
---> pavelib.i18n.i18n_transifex_pull
---> pavelib.i18n.i18n_validate_transifex_config
i18n_tool transifex pull
---> pavelib.i18n.i18n_extract
---> pavelib.i18n.i18n_validate_gettext
---> pavelib.assets.compile_coffeescript
node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"`
i18n_tool extract
---> pavelib.i18n.i18n_dummy
i18n_tool dummy
---> pavelib.i18n.i18n_generate_strict
i18n_tool generate --strict
--
You received this message because you are subscribed to the Google Groups "openedx-translation" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-transla...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "openedx-translation" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openedx-translation/ZSMU_sFZh04/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openedx-transla...@googlegroups.com.