Skip to content

Commit

Permalink
Rosetta customizations: Use the correct locale code for the French site.
Browse files Browse the repository at this point in the history
ryelle committed May 30, 2024

Verified

This commit was signed with the committer’s verified signature.
maehr Moritz Mähr
1 parent f7a4581 commit f9146b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ function inject_i18n_customizations( $theme_json ) {
function get_locale_customizations( $locale ) {
switch ( $locale ) {
case 'ca':
case 'fr':
case 'fr_FR':
case 'it_IT':
case 'ro_RO':
return [

0 comments on commit f9146b4

Please sign in to comment.