fix(android): remove cpal product wording

This commit is contained in:
Edison Jwa
2026-05-20 14:52:34 +09:00
parent 210a6a0e11
commit eb1f4b895e
6 changed files with 6 additions and 6 deletions
@@ -214,7 +214,7 @@ abstract class AppL10n {
/// No description provided for @aboutThirdPartyBody.
///
/// In en, this message translates to:
/// **'Chanora is built on tsclientlib, flutter_rust_bridge, cpal, rusqlite, and the Flutter framework, among others. See the NOTICE file at the repository root for the current attribution list.'**
/// **'Chanora is built on tsclientlib, flutter_rust_bridge, platform-native audio backends, rusqlite, and the Flutter framework, among others. See the NOTICE file at the repository root for the current attribution list.'**
String get aboutThirdPartyBody;
/// No description provided for @copyAction.
@@ -73,7 +73,7 @@ class AppL10nEn extends AppL10n {
@override
String get aboutThirdPartyBody =>
'Chanora is built on tsclientlib, flutter_rust_bridge, cpal, rusqlite, and the Flutter framework, among others. See the NOTICE file at the repository root for the current attribution list.';
'Chanora is built on tsclientlib, flutter_rust_bridge, platform-native audio backends, rusqlite, and the Flutter framework, among others. See the NOTICE file at the repository root for the current attribution list.';
@override
String get copyAction => 'Copy';
@@ -71,7 +71,7 @@ class AppL10nZh extends AppL10n {
@override
String get aboutThirdPartyBody =>
'Chanora 基于 tsclientlib、flutter_rust_bridge、cpal、rusqlite、Flutter 框架等开源组件构建。完整归属信息请参阅仓库根目录的 NOTICE 文件。';
'Chanora 基于 tsclientlib、flutter_rust_bridge、平台原生音频后端、rusqlite、Flutter 框架等开源组件构建。完整归属信息请参阅仓库根目录的 NOTICE 文件。';
@override
String get copyAction => '复制';