Skip to content
Snippets Groups Projects

#265: i18n (using gettext) support with French translation

Open #265: i18n (using gettext) support with French translation
Open Jean-Luc Donnadieu requested to merge i18n into main

Add i18n support using gettext and the french translation

Edited by Moul

Merge request reports

Checking pipeline status.

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    Compare with previous version

  • Moul reopened

    reopened

  • Moul changed title from i18n (using gettext) support with french translation to #265: i18n (using gettext) support with french translation

    changed title from i18n (using gettext) support with french translation to #265: i18n (using gettext) support with french translation

  • Moul changed title from #265: i18n (using gettext) support with french translation to #265: i18n (using gettext) support with French translation

    changed title from #265: i18n (using gettext) support with french translation to #265: i18n (using gettext) support with French translation

  • Moul marked as a Work In Progress

    marked as a Work In Progress

  • added 1 commit

    Compare with previous version

  • Moul unmarked as a Work In Progress

    unmarked as a Work In Progress

  • added 1 commit

    • 32da14fe - Firts try of translation_strings_update.sh

    Compare with previous version

  • Moul changed milestone to %0.8.0

    changed milestone to %0.8.0

  • added Interface label

  • Moul assigned to @moul

    assigned to @moul

  • I haven’t check the code yet, but it fails:

    silkaj
    Traceback (most recent call last):
      File "/home/moul/.cache/pypoetry/virtualenvs/silkaj-58dUTebQ-py3.7/bin/../bin/silkaj", line 11, in <module>
        load_entry_point('silkaj', 'console_scripts', 'silkaj')()
      File "/home/moul/.cache/pypoetry/virtualenvs/silkaj-58dUTebQ-py3.7/lib64/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/home/moul/.cache/pypoetry/virtualenvs/silkaj-58dUTebQ-py3.7/lib64/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point
        return ep.load()
      File "/home/moul/.cache/pypoetry/virtualenvs/silkaj-58dUTebQ-py3.7/lib64/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load
        return self.resolve()
      File "/home/moul/.cache/pypoetry/virtualenvs/silkaj-58dUTebQ-py3.7/lib64/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/home/moul/silkaj/silkaj/cli.py", line 22, in <module>
        from silkaj.tx import send_transaction
      File "/home/moul/silkaj/silkaj/tx.py", line 24, in <module>
        from silkaj.cli_tools import MutuallyExclusiveOption
      File "/home/moul/silkaj/silkaj/cli_tools.py", line 21, in <module>
        t = translation("silkaj", "locale")
      File "/usr/lib64/python3.7/gettext.py", line 524, in translation
        'No translation file found for domain', domain)
    FileNotFoundError: [Errno 2] No translation file found for domain: 'silkaj'
  • Moul changed milestone to %0.9.0

    changed milestone to %0.9.0

  • Moul changed milestone to %0.10.0

    changed milestone to %0.10.0

  • Moul changed milestone to %0.11.0

    changed milestone to %0.11.0

  • Moul changed milestone to %Backlog

    changed milestone to %Backlog

  • Moul changed target branch from dev to main

    changed target branch from dev to main

  • Moul unassigned @moul

    unassigned @moul

Please register or sign in to reply
Loading