Commit 81c5085
Replace raw strings with translation calls (#286)
* All strings are fetched from *.properties files
* clean out unused strings
* clarify comment
* more global_options settings
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tabcmd/locales/en/tabcmd_messages_en.properties
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tabcmd/commands/datasources_and_workbooks/delete_command.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tabcmd/execution/global_options.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tabcmd_messages_en.properties
Add or edit some changed messages
* Update global_options.py
* Update tabcmd/execution/parent_parser.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tabcmd/execution/parent_parser.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tabcmd/locales/en/tabcmd_messages_en.properties
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* format w black
* Add script for double-checking messages found in source code vs properties files
* Add a "launching" message which was referenced everywhere
* document loc process, fix misreferenced string ids
- cleaned up string ids that either added "tabcmd" as a prefix or took it off as a prefix incorrectly
- add back some deleted strings
- incorporate check_strings into the localization build and pushed some output into a log file
- added docs in Contributing.md and i18n/README
* format
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Brian Cantoni <bcantoni@salesforce.com>1 parent 9b227d4 commit 81c5085
17 files changed
Lines changed: 771 additions & 929 deletions
File tree
- bin/i18n
- tabcmd
- commands
- datasources_and_workbooks
- extracts
- group
- site
- user
- execution
- locales/en
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments