-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fuselage-ui-kit): Use default translation namespace for
-core
apps
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@rocket.chat/fuselage-ui-kit': patch | ||
--- | ||
|
||
Removed the assumption of translation namespace for core apps | ||
|
||
Core apps differ from regular apps by the ID suffix `-core`. Before this change, it'd be assumed that any app might have a translation namespace available, named `app-<app ID>`. This is simple not true for core apps, as they use default namespaces (e.g. `core`) only. The absence of a core app translation namespace would cause UIKit blocks to be suspended ("blink") while a request to server for translations on the expected namespace is going on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters