Opened 9 years ago
Last modified 9 years ago
#16645 confirmed Task
Update SCAYT and WSC localizations
| Reported by: | Anna Tomanek | Owned by: | |
|---|---|---|---|
| Priority: | Nice to have (we want to work on it) | Milestone: | |
| Component: | UI : Language | Version: | |
| Keywords: | Cc: |
Description
WSC and SCAYT localizations are provided through our CKEditor UI Translation Center. It does not seem the source files were updated since January 2015 :(. We should make sure that the translations provided by the community actually make it to the released product.
Expected result
WSC and SCAYT translations are up to date.
Actual result
We do not seem to have any process in place to update the SCAYT and WSC translations and as a result, they are not updated at all.
Links
Change History (4)
comment:1 Changed 9 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 9 years ago by
| Milestone: | CKEditor 4.6.1 → CKEditor 4.6.2 |
|---|
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
| Milestone: | CKEditor 4.6.2 |
|---|---|
| Priority: | Normal → Nice to have (we want to work on it) |

While trying to update the translations the transifex-client reported an error:
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/transifex_client-0.12.2-py2.7.egg/txclib/cmdline.py",line 105, in main utils.exec_command(cmd, args[1:], path_to_tx) File "/usr/local/lib/python2.7/dist-packages/transifex_client-0.12.2-py2.7.egg/txclib/utils.py",line 247, in exec_command cmd_fn(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/transifex_client-0.12.2-py2.7.egg/txclib/commands.py",line 384, in cmd_pull mode=options.mode, pseudo=pseudo File "/usr/local/lib/python2.7/dist-packages/transifex_client-0.12.2-py2.7.egg/txclib/project.py",line 386, in pull resource_list = self.get_chosen_resources(resources) File "/usr/local/lib/python2.7/dist-packages/transifex_client-0.12.2-py2.7.egg/txclib/project.py",line 1126, in get_chosen_resources configured_resources = self.get_resource_list() File "/usr/local/lib/python2.7/dist-packages/transifex_client-0.12.2-py2.7.egg/txclib/project.py",line 339, in get_resource_list p_slug, r_slug = r.split('.', 1) ValueError: need more than 1 value to unpackThis is a problem with the .tx/config file in which this line can be found:
Changing it so that the respective fragments read ckeditor.plugin-copyformatting solves this particular problem.