mirror of
https://github.com/darkmoonight/Rain.git
synced 2025-06-29 12:40:00 +00:00
Add locale zh_TW
This commit is contained in:
parent
cb7367c04f
commit
4d310776ce
3 changed files with 20 additions and 18 deletions
|
@ -21,6 +21,7 @@ import 'package:rain/translation/sk_sk.dart';
|
|||
import 'package:rain/translation/tr_tr.dart';
|
||||
import 'package:rain/translation/ur_pk.dart';
|
||||
import 'package:rain/translation/zh_ch.dart';
|
||||
import 'package:rain/translation/zh_tw.dart';
|
||||
|
||||
class Translation extends Translations {
|
||||
@override
|
||||
|
@ -39,6 +40,7 @@ class Translation extends Translations {
|
|||
'hi_IN': HiIn().messages,
|
||||
'ro_RO': RoRo().messages,
|
||||
'zh_CN': ZhCh().messages,
|
||||
'zh_TW': ZhTw().messages,
|
||||
'pl_PL': PlPl().messages,
|
||||
'ur_PK': UrPk().messages,
|
||||
'cs_CZ': CsCz().messages,
|
||||
|
|
28
pubspec.lock
28
pubspec.lock
|
@ -330,10 +330,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: flutter_local_notifications
|
||||
sha256: c18f1de98fe0bb9dd5ba91e1330d4febc8b6a7de6aae3ffe475ef423723e72f3
|
||||
sha256: f9a05409385b77b06c18f200a41c7c2711ebf7415669350bb0f8474c07bd40d1
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "16.3.2"
|
||||
version: "17.0.0"
|
||||
flutter_local_notifications_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -409,26 +409,26 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: geocoding
|
||||
sha256: "06d053a67733d1b9b4267259713913bc2aa750f18b830f0869ff337a8cfa8325"
|
||||
sha256: "4837e0b957c49b0a795be1d8caa2f51eaeebb7d1945485faafccd510ffe197fb"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.2.0"
|
||||
version: "2.2.1"
|
||||
geocoding_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: geocoding_android
|
||||
sha256: "287a2009cb2c3d3dd2899ba8f3d3e38d9e06905ea429283859bfc3586d4f57fd"
|
||||
sha256: "4e1539a136c6ab4c44963cfc631970ee499f706a03654fc1d446b2100caf7221"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.2.0"
|
||||
version: "3.3.0"
|
||||
geocoding_ios:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: geocoding_ios
|
||||
sha256: "8a39bfb650af55209c42e564036a550b32d029e0733af01dc66c5afea50388d3"
|
||||
sha256: "3f79bb7793ff4796a51d18100cee875d5f7b16e1496dbcd6312e3ac8f79d608a"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.3.0"
|
||||
version: "3.0.0"
|
||||
geocoding_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -505,10 +505,10 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
name: google_fonts
|
||||
sha256: "5b1726fee554d1cc9db1baef8061b126567ff0a1140a03ed7de936e62f2ab98b"
|
||||
sha256: b1ac0fe2832c9cc95e5e88b57d627c5e68c223b9657f4b96e1487aa9098c7b82
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "6.2.0"
|
||||
version: "6.2.1"
|
||||
graphs:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1142,10 +1142,10 @@ packages:
|
|||
dependency: transitive
|
||||
description:
|
||||
name: win32
|
||||
sha256: "464f5674532865248444b4c3daca12bd9bf2d7c47f759ce2617986e7229494a8"
|
||||
sha256: "8cb58b45c47dcb42ab3651533626161d6b67a2921917d8d429791f76972b3480"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "5.2.0"
|
||||
version: "5.3.0"
|
||||
workmanager:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -1187,5 +1187,5 @@ packages:
|
|||
source: hosted
|
||||
version: "3.1.2"
|
||||
sdks:
|
||||
dart: ">=3.3.0 <4.0.0"
|
||||
flutter: ">=3.16.6"
|
||||
dart: ">=3.3.1 <4.0.0"
|
||||
flutter: ">=3.19.2"
|
||||
|
|
|
@ -6,7 +6,7 @@ publish_to: "none"
|
|||
version: 1.3.1+34
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
sdk: ">=3.3.1 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
@ -20,11 +20,11 @@ dependencies:
|
|||
shimmer: ^3.0.0
|
||||
iconsax: ^0.0.8
|
||||
timezone: ^0.9.2
|
||||
geocoding: ^2.2.0
|
||||
geocoding: ^2.2.1
|
||||
geolocator: ^11.0.0
|
||||
home_widget: ^0.4.1
|
||||
workmanager: ^0.5.2
|
||||
google_fonts: ^6.2.0
|
||||
google_fonts: ^6.2.1
|
||||
flutter_glow: ^0.3.0
|
||||
url_launcher: ^6.2.5
|
||||
time_machine: ^0.9.17
|
||||
|
@ -40,7 +40,7 @@ dependencies:
|
|||
lat_lng_to_timezone: ^0.2.0
|
||||
flutter_colorpicker: ^1.0.3
|
||||
scrollable_positioned_list: ^0.3.8
|
||||
flutter_local_notifications: ^16.3.2
|
||||
flutter_local_notifications: ^17.0.0
|
||||
|
||||
# Uncomment this for publishing FLOSS variant
|
||||
# dependency_overrides:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue