-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Add option to append tags #1564
Conversation
Codecov Report
Additional details and impacted files |
@@ -297,6 +297,7 @@ public function get_locale(): array | |||
'ERROR_SEARCH_DEACTIVATED' => '搜索功能已在设置中停用。', | |||
'SUCCESS' => 'OK', | |||
'RETRY' => '重试', | |||
'OVERRIDE' => 'Override', |
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.
I still have to check with the frontend where we use this label, but in order to prevent clash of names in the future I would prefer a key which is more specific than only OVERRIDE
. I would expect something like CHECKBOX_OVERRIDE_LABEL
or whatever is appropriate. (I haven't had a look at the frontend yet, hence I don't know where this key is used.)
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.
The localization files are missing the TAGS_OVERRIDE_INFO key.
Never mind... |
LycheeOrg/Lychee-front#339
Also contains sync for LycheeOrg/Lychee-front#336 and LycheeOrg/Lychee-front#337
Closes #654