Skip to content

Commit

Permalink
Merge pull request #120 from LezdCS/develop
Browse files Browse the repository at this point in the history
Polls, predictions, hype train and Traditional Chinese
  • Loading branch information
LezdCS authored Aug 21, 2023
2 parents 0c600bb + d7a7aa0 commit d4fb3cc
Show file tree
Hide file tree
Showing 14 changed files with 946 additions and 330 deletions.
2 changes: 1 addition & 1 deletion ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1430;
ORGANIZATIONNAME = "";
TargetAttributes = {
331C8080294A63A400263BE5 = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1430"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
1 change: 1 addition & 0 deletions lib/src/core/resources/app_translations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:get/get.dart';
const List<Map<String, String>> supportedLanguages = [
{"name": "English", "languageCode": "en", "countryCode": "US"},
{"name": "Français ", "languageCode": "fr", "countryCode": "FR"},
{"name": "Traditional Chinese ", "languageCode": "zh", "countryCode": "TW"},
];

class AppTranslations extends Translations {
Expand Down
Loading

0 comments on commit d4fb3cc

Please sign in to comment.