-
Notifications
You must be signed in to change notification settings - Fork 1
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
Renamed domain names #60
Conversation
@@ -147,8 +147,8 @@ | |||
<note>key: settings.timezone.value.title</note> | |||
</trans-unit> | |||
<trans-unit id="7f90e23e086f56c5f7b4a82c6e4b8f40732e6e6a" resname="user_setting.update.success"> | |||
<source>User setting '%identifier%' updated.</source> |
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.
This doesent look like changed domain name
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.
This is an effect of translation extraction.
/** @Desc("User settings '%identifier%' updated.") */ |
It looks like the translation wasn't regenerated after a change of description
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 know it was me, but I do not know why I decided to change single form to plural, anyway 👍
b5c5834
to
d17d257
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
1 similar comment
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Added
ibexa
prefix to the domain namesChecklist:
$ composer fix-cs
)