Skip to content

Commit

Permalink
Add Italian locale support to gwt.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gjed committed Jan 16, 2024
1 parent 4e8e82e commit b0bd077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<extend-property name="locale" values="es"/>
<extend-property name="locale" values="fr"/>
<extend-property name="locale" values="ja"/>
<extend-property name="locale" values="it"/>

<collapse-property name="locale" values="*"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<extend-property name="locale" values="es"/>
<extend-property name="locale" values="fr"/>
<extend-property name="locale" values="ja"/>
<extend-property name="locale" values="it"/>

<collapse-property name="locale" values="*"/>

Expand Down

0 comments on commit b0bd077

Please sign in to comment.