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 12, 2024
1 parent 72c1341 commit 403536c
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 @@ -54,6 +54,7 @@
<extend-property name="locale" values="ja_JP"/>
<extend-property name="locale" values="pt_BR"/>
<extend-property name="locale" values="zh_CN"/>
<extend-property name="locale" values="it"/>
<collapse-property name="locale" values="*"/>

<!-- We don't need to support IE10 or older -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<extend-property name="locale" values="pt_BR"/>
<extend-property name="locale" values="zh_CN"/>
<extend-property name="locale" values="de"/>
<extend-property name="locale" values="it"/>

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

Expand Down

0 comments on commit 403536c

Please sign in to comment.