Skip to content

Commit

Permalink
[5.3] MSPB-339: Add support to 'FR-CA' (french canadian) translation
Browse files Browse the repository at this point in the history
  • Loading branch information
masmerino13 authored Aug 30, 2023
1 parent a3e886b commit a6f818f
Show file tree
Hide file tree
Showing 2 changed files with 955 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ define(function(require) {
'en-US': { customCss: false },
'fr-FR': { customCss: false },
'ru-RU': { customCss: false },
'es-ES': { customCss: false }
'es-ES': { customCss: false },
'fr-CA': { customCss: false }
},

requests: {},
Expand Down
Loading

0 comments on commit a6f818f

Please sign in to comment.