Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate more fixed strings, make more texts configurable #87

Open
dpausp opened this issue Oct 10, 2021 · 1 comment
Open

Translate more fixed strings, make more texts configurable #87

dpausp opened this issue Oct 10, 2021 · 1 comment
Assignees

Comments

@dpausp
Copy link
Member

dpausp commented Oct 10, 2021

  1. Search for strings in the code base that are not yet translated and change them to translated text.
  2. Search for strings that have missing translations for specific languages and add translations.
  3. Look at a messages.po file to find strings that a likely to be changed in different organizations. Replace them with a customizable_text call. The translated strings in messages.po serve as a default when there's no CustomizableText defined in the database.
  4. Find all customizable_text calls, add them to missing_translations.py and add translations for them
@dpausp
Copy link
Member Author

dpausp commented Oct 12, 2021

Should be customizable_text:

  • tab_associated
  • everything with change/counter motion
  • "Go to associated"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants