-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Convert i18n references in addon.xml to actual text #18139
Conversation
56382e9
to
d5ee96f
Compare
The corresponding ids in the properties files are converted to the standard naming so they can be automatically inferred. Signed-off-by: Jimmy Tanagra <[email protected]>
d5ee96f
to
462b119
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, LGTM.
Don't you have to recreate the properties files (and remove the old keys)? EDIT: sorry, I see that's done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanup LGTM
The corresponding ids in the properties files are converted to the standard naming so they can be automatically inferred.
See the discussion #14310 (comment)
TL;DR: This change here should not affect the appearance of the add-ons as they're viewed in mainUI. By using actual text, the
runtime/etc/addons.xml
which is built by combining all the addon.xml files, will contain name/description that can be used in MainUI search / display.