Skip to content

Commit

Permalink
fix missing @require(qx.bom.client.Locale)
Browse files Browse the repository at this point in the history
otherwise new enviroment handling is not working
  • Loading branch information
hkollmann committed Jan 8, 2021
1 parent 31ccedb commit c57fcc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/source/class/qx/locale/Manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*
* @require(qx.event.dispatch.Direct)
* @require(qx.locale.LocalizedString)
* @require(qx.bom.client.Locale)
*
* Note: "translating" the empty string, e.g. tr("") will return the header
* of the respective .po file. See also https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html#PO-Files
Expand Down

0 comments on commit c57fcc9

Please sign in to comment.