Opened 8 years ago

Last modified 8 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.

Change History (4)

comment:1 Changed 8 years ago by Anna Tomanek

Status: newconfirmed

comment:2 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.6.1CKEditor 4.6.2

comment:3 Changed 8 years ago by Tade0

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 unpack

This is a problem with the .tx/config file in which this line can be found:

[ckeditorplugin-copyformatting]
file_filter = translations/ckeditorplugin-copyformatting/<lang>.po
source_lang = en
type = PO

Changing it so that the respective fragments read ckeditor.plugin-copyformatting solves this particular problem.

comment:4 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.6.2
Priority: NormalNice to have (we want to work on it)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy