Skip to content

Commit

Permalink
WEBUI-1494: Add fallback to two-letter locale for Swedish
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Jun 5, 2024
1 parent b43d114 commit 3a590a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
to="nuxeo.war/ui/i18n/messages-es.json" />
<copy from="nuxeo.war/ui/i18n/messages-pt-PT.json"
to="nuxeo.war/ui/i18n/messages-pt.json" />
<copy from="nuxeo.war/ui/i18n/messages-sv-SE.json"
to="nuxeo.war/ui/i18n/messages-sv.json" />
<!-- Add fallback to four-letter locales -->
<copy from="nuxeo.war/ui/i18n/messages-fr.json"
to="nuxeo.war/ui/i18n/messages-fr-FR.json" />
Expand Down

0 comments on commit 3a590a6

Please sign in to comment.