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 e161b67 commit f07f1b7
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 @@ -32,6 +32,7 @@
<extend-property name="locale" values="zh_CN"/>
<extend-property name="locale" values="de"/>
<extend-property name="locale" values="ru"/>
<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 @@ -45,6 +45,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 f07f1b7

Please sign in to comment.