Skip to content

Commit

Permalink
added zh support (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy authored Feb 22, 2023
1 parent 0d60518 commit e3ea2fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
<false/>
<key>CFBundleLocalizations</key>
<array>
<string>ar</string>
<string>de</string>
<string>en</string>
<string>es</string>
<string>nb</string>
<string>pt-pt</string>
<string>pt</string>
<string>zh</string>
<string>zh-hans</string>
</array>
</dict>
</plist>
6 changes: 4 additions & 2 deletions macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
<string>NSApplication</string>
<key>CFBundleLocalizations</key>
<array>
<string>ar</string>
<string>de</string>
<string>en</string>
<string>es</string>
<string>nb</string>
<string>pt-pt</string>
<string>pt</string>
<string>zh</string>
<string>zh-hans</string>
</array>
</dict>
</plist>

0 comments on commit e3ea2fe

Please sign in to comment.