Skip to content

Commit

Permalink
WEBUI-697: Add fallback to French (fr) from fr-CA locale
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Jun 5, 2024
1 parent b43d114 commit 759cd45
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<!-- Add fallback to four-letter locales -->
<copy from="nuxeo.war/ui/i18n/messages-fr.json"
to="nuxeo.war/ui/i18n/messages-fr-FR.json" />
<copy from="nuxeo.war/ui/i18n/messages-fr.json"
to="nuxeo.war/ui/i18n/messages-fr-CA.json" />
</install>

<extension target="web#STD-AUTH-FILTER">
Expand Down

0 comments on commit 759cd45

Please sign in to comment.