Project

Profile

Help

Bug #145

closed

Bug on creating a channel

Added by Vincent Le Goff over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
% Done:

100%

Company:
-
Contact person:
-
Additional contact persons:
-

Description

At least in the French game this error occurs. Check validity:

Traceback (most recent call last):
  File "D:\src\cocomud\src\ui\dialogs\channel.py", line 92, in OnAdd
    dialog = wx.TextEntryDialog(self, t("ui.message.channels.name"), t("ui.message.channels.title"))
  File "C:\Users\Vincent Le Goff\.virtualenvs\cocomud-jujd1AS7\lib\site-packages\ytranslate\tools.py", line 98, in t
    return FSLoader.current_catalog.retrieve(address, count, **kwargs)
  File "C:\Users\Vincent Le Goff\.virtualenvs\cocomud-jujd1AS7\lib\site-packages\ytranslate\catalog.py", line 241, in retrieve
    "catalog".format(repr(address)))
ValueError: address 'ui.message.channels.title' cannot be found in this catalog

This happens when we try to create a new channel through the Channels... menu.

Added by Francisco Del Roio over 5 years ago

Revision b767c83e | View on GitHub | diff

Added the 'title' entry for french translation
in src/translations/fr/ui/message/channels.yml. Closes #145.

Actions #1

Updated by Francisco Del Roio over 5 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Please register to edit this issue

Also available in: Atom PDF Tracking page