Skip to content

Commit

Permalink
Merge branch 'main' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl authored Jan 7, 2025
2 parents eaf9e60 + 567f546 commit 70b0a2d
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 25 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

---
## [0.16.0](https://github.com/mumu-lhl/Ciyue/compare/v0.15.1..v0.16.0) - 2025-01-01

### Features

- **(language)** add Persian in language selector - ([37589be](https://github.com/mumu-lhl/Ciyue/commit/37589bec4a18254761efdec2bcb09e83184b5b01)) - Mumulhl
- **(translation)** translated using Weblate (Sardinian) - ([29aea63](https://github.com/mumu-lhl/Ciyue/commit/29aea63545527c1866a3dbf0580bade5421b43e9)) - Ajeje Brazorf
- **(translation)** added translation using Weblate (Persian) - ([f065cbb](https://github.com/mumu-lhl/Ciyue/commit/f065cbbe934b19e1c1ade885c1545656297f5c09)) - Mo
- **(translation)** translated using Weblate (Persian) - ([a1be096](https://github.com/mumu-lhl/Ciyue/commit/a1be09631bf4a90d2581e52b2b25a4d85bb56d2c)) - Mo
- **(translation)** translated using Weblate (Russian) - ([6e024a2](https://github.com/mumu-lhl/Ciyue/commit/6e024a294a7d64f273981a3b168b85005f88da3e)) - Xapitonov

### Miscellaneous Chores

- **(deps)** bump drift_dev from 2.22.1 to 2.23.0 ([#97](https://github.com/mumu-lhl/Ciyue/issues/97)) - ([668a5d5](https://github.com/mumu-lhl/Ciyue/commit/668a5d513978622ba0ed8e3266ff93003ba83722)) - dependabot[bot]
- **(deps)** bump flutter_tts from 4.2.0 to 4.2.1 ([#98](https://github.com/mumu-lhl/Ciyue/issues/98)) - ([fc6b4e9](https://github.com/mumu-lhl/Ciyue/commit/fc6b4e97ced9d2cfc04b69c1341aa081fa514655)) - dependabot[bot]
- **(deps)** bump drift_flutter from 0.2.3 to 0.2.4 ([#100](https://github.com/mumu-lhl/Ciyue/issues/100)) - ([330a4b9](https://github.com/mumu-lhl/Ciyue/commit/330a4b92aa40ff1a338f269d29d36c6e0ebf880c)) - dependabot[bot]

---
## [0.15.1](https://github.com/mumu-lhl/Ciyue/compare/v0.15.0..v0.15.1) - 2024-12-22

Expand Down
74 changes: 74 additions & 0 deletions lib/l10n/app_fa.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"tagList": "لیست برچسب",
"@tagList": {},
"language": "زبان",
"@language": {},
"manageDictionaries": "مدیریت دیکشنری‌ها",
"@manageDictionaries": {},
"home": "خانه",
"@home": {},
"wordBook": "کتاب لغت",
"@wordBook": {},
"close": "بستن",
"@close": {},
"search": "جستجو",
"@search": {},
"theme": "زمینه",
"@theme": {},
"light": "روشن",
"@light": {},
"permissionDenied": "باید دسترسی‌ها را مجاز کنید",
"@permissionDenied": {},
"system": "سیستم",
"@system": {},
"notFound": "یافت نشد",
"@notFound": {},
"lookup": "جستجو کردن",
"@lookup": {},
"copy": "رونوشت",
"@copy": {},
"readLoudly": "با صدای بلند بخون",
"@readLoudly": {},
"recommendedDictionaries": "دیکشنری‌های پیشنهادی",
"@recommendedDictionaries": {},
"feedback": "بازخورد",
"@feedback": {},
"copied": "کپی شد",
"@copied": {},
"import": "وارد کردن",
"@import": {},
"customFont": "فونت شخصی",
"@customFont": {},
"empty": "خالی ...",
"@empty": {},
"add": "اضافه کردن",
"@add": {},
"autoExport": "خروجی گرفتن خودکار",
"@autoExport": {},
"addTag": "اضافه کردن برچسب",
"@addTag": {},
"tagName": "نام برچسب",
"@tagName": {},
"remove": "حذف کردن",
"@remove": {},
"confirm": "تایید",
"@confirm": {},
"noResult": "بدون نتیجه",
"@noResult": {},
"updateAnnouncement": "اعلان آپدیت کردن به %s",
"@updateAnnouncement": {},
"addDictionary": "لطفا اول در تنظیمات یک دیکشنری MDX اضافه کنید",
"@addDictionary": {},
"tags": "برچسب ها",
"@tags": {},
"startToSearch": "با جستجوی یه کلمه شروع کن :)",
"@startToSearch": {},
"settings": "تنظیمات",
"@settings": {},
"dark": "تاریک",
"@dark": {},
"export": "خروجی گرفتن",
"@export": {},
"notSupport": "این فایل MDX پشتیبانی نمی‌شود",
"@notSupport": {}
}
2 changes: 1 addition & 1 deletion lib/l10n/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"remove": "Убрать",
"confirm": "Подтвердить",
"noResult": "Ничего не найдено",
"updateAnnouncement": "Обновление до %s",
"description": "Описание"
"updateAnnouncement": "Есть обновление до %s",
}
2 changes: 1 addition & 1 deletion lib/l10n/app_sc.arb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"import": "Importa",
"tags": "Etichetas",
"noResult": "Nenhum resultado",
"updateAnnouncement": "Novedades in sa versió %s",
"description": "Descritzione"
"updateAnnouncement": "S'annùntziu de atualizatzione a %s",
}
1 change: 1 addition & 0 deletions lib/pages/main/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ class _LanguageSelectorState extends State<LanguageSelector> {
const PopupMenuItem(value: "ru", child: Text("Русский")),
const PopupMenuItem(value: "nb", child: Text("Bokmål")),
const PopupMenuItem(value: "ta", child: Text("Tamil")),
const PopupMenuItem(value: "fa", child: Text("فارسی")),
const PopupMenuItem(value: "zh_CN", child: Text("简体中文")),
const PopupMenuItem(value: "zh_HK", child: Text("繁體中文(香港)")),
const PopupMenuItem(value: "zh_TW", child: Text("正體中文(臺灣)")),
Expand Down
28 changes: 10 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.11.0"
analyzer_plugin:
dependency: transitive
description:
name: analyzer_plugin
sha256: "9661b30b13a685efaee9f02e5d01ed9f2b423bd889d28a304d02d704aee69161"
url: "https://pub.dev"
source: hosted
version: "0.11.3"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -250,26 +242,26 @@ packages:
dependency: "direct main"
description:
name: drift
sha256: c2d073d35ad441730812f4ea05b5dd031fb81c5f9786a4f5fb77ecd6307b6f74
sha256: af3941e4d544727b2eb80590eb64e9cb8d77cd68c7690265502ea6a2427aa621
url: "https://pub.dev"
source: hosted
version: "2.22.1"
version: "2.23.1"
drift_dev:
dependency: "direct dev"
description:
name: drift_dev
sha256: f4ab5d6976b1e31551ceb82ff597a505bda7818ff4f7be08a1da9d55eb6e730c
sha256: fa98fdbb7303a1b5b2dc110cb516eda2253a5d291680f8cbc72b1af24099f7f9
url: "https://pub.dev"
source: hosted
version: "2.22.1"
version: "2.23.1"
drift_flutter:
dependency: "direct main"
description:
name: drift_flutter
sha256: "9fd9b479c6187d6b3bbdfd2703df98010470a6c65c2a8c8c5a1034c620bd0a0e"
sha256: "0cadbf3b8733409a6cf61d18ba2e94e149df81df7de26f48ae0695b48fd71922"
url: "https://pub.dev"
source: hosted
version: "0.2.3"
version: "0.2.4"
dynamic_color:
dependency: "direct main"
description:
Expand Down Expand Up @@ -473,10 +465,10 @@ packages:
dependency: "direct main"
description:
name: flutter_tts
sha256: cbec5f0447223e1b4c47f893c7f8ef663ac582120c147e4a1e2cade7f2e8b0c8
sha256: ece61b9eca4311f72b674ddff8ab9b1aba1b13dcf4a5ded20f612c5cc871779c
url: "https://pub.dev"
source: hosted
version: "4.2.0"
version: "4.2.1"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -814,10 +806,10 @@ packages:
dependency: "direct main"
description:
name: shared_preferences
sha256: "3c7e73920c694a436afaf65ab60ce3453d91f84208d761fbd83fc21182134d93"
sha256: a752ce92ea7540fc35a0d19722816e04d0e72828a4200e83a98cf1a1eb524c9a
url: "https://pub.dev"
source: hosted
version: "2.3.4"
version: "2.3.5"
shared_preferences_android:
dependency: transitive
description:
Expand Down
11 changes: 6 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.

version: 1.0.0-alpha.3+37

environment:
Expand All @@ -35,10 +36,10 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
# cupertino_icons: ^1.0.8
drift: ^2.22.1
drift_flutter: ^0.2.3
drift: ^2.23.1
drift_flutter: ^0.2.4
dict_reader: ^1.1.4
shared_preferences: ^2.3.4
shared_preferences: ^2.3.5
go_router: ^14.6.2
flutter_inappwebview: ^6.1.5
path: ^1.9.0
Expand All @@ -49,7 +50,7 @@ dependencies:
intl: ^0.19.0
flutter_launcher_icons: ^0.14.2
dynamic_color: ^1.7.0
flutter_tts: ^4.2.0
flutter_tts: ^4.2.1
package_info_plus: ^8.1.2
url_launcher: ^6.3.1
file_selector: ^1.0.3
Expand All @@ -65,7 +66,7 @@ dev_dependencies:
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0
drift_dev: ^2.22.1
drift_dev: ^2.23.1
build_runner: ^2.4.14
test: ^1.25.8

Expand Down

0 comments on commit 70b0a2d

Please sign in to comment.