Angular: the Mark Damaged and Mark Missing dialogs are missing some i18n directives
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Committed
|
Medium
|
Unassigned | ||
3.10 |
Fix Committed
|
Medium
|
Unassigned |
Bug Description
In current master, within the experimental staff catalog, there are some English-language strings that should be marked for translation.
They are in these files:
* https:/
* https:/
For example, the string "Title: " should be made translatable into non-English languages on this line: https:/
To check your work, you might:
* in the Open-ILS/src/eg2 directory, run this command: npm run export-strings
* Check the resultant Open-ILS/
This might be a good project for somebody new to the angular code!
Changed in evergreen: | |
assignee: | nobody → Steven Mayo (stmayo) |
P.S. this section from the Angular documentation is really helpful: https:/ /angular. io/guide/ i18n#template- translations