Skip to content

Commit

Permalink
NXP-24817: add fallback for fr-FR locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabez0r committed Apr 12, 2018
1 parent 8c7db87 commit a4cdf36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/OSGI-INF/deployment-fragment.xml
Expand Up @@ -12,6 +12,9 @@
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" />
<!-- Add fallback to four-letter locales -->
<copy from="nuxeo.war/ui/i18n/messages-fr.json"
to="nuxeo.war/ui/i18n/messages-fr-FR.json" />
</install>

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

0 comments on commit a4cdf36

Please sign in to comment.