diff --git a/lib/l10n/intl_uz.arb b/lib/l10n/intl_uz.arb index 49d04ed53..89270ff76 100644 --- a/lib/l10n/intl_uz.arb +++ b/lib/l10n/intl_uz.arb @@ -1788,5 +1788,40 @@ "@reply": { "type": "String", "placeholders": {} + }, + "reportMessage": "Xabar berish", + "@reportMessage": { + "type": "String", + "placeholders": {} + }, + "requestPermission": "Ruxsat soʻrash", + "@requestPermission": { + "type": "String", + "placeholders": {} + }, + "roomHasBeenUpgraded": "Xona takomillashtirildi", + "@roomHasBeenUpgraded": { + "type": "String", + "placeholders": {} + }, + "roomVersion": "Guruh versiyasi", + "@roomVersion": { + "type": "String", + "placeholders": {} + }, + "saveFile": "Fayl saqlash", + "@saveFile": { + "type": "String", + "placeholders": {} + }, + "search": "Qidiruv", + "@search": { + "type": "String", + "placeholders": {} + }, + "security": "Xavfsizlik", + "@security": { + "type": "String", + "placeholders": {} } } diff --git a/pubspec.lock b/pubspec.lock index cfc9a5cf8..6d81699fd 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -353,14 +353,6 @@ packages: url: "https://pub.dev" source: hosted version: "0.8.0" - console: - dependency: transitive - description: - name: console - sha256: e04e7824384c5b39389acdd6dc7d33f3efe6b232f6f16d7626f194f6a01ad69a - url: "https://pub.dev" - source: hosted - version: "4.1.0" convert: dependency: transitive description: @@ -1072,14 +1064,6 @@ packages: url: "https://pub.dev" source: hosted version: "4.7.2" - get_it: - dependency: transitive - description: - name: get_it - sha256: ae78de7c3f2304b8d81f2bb6e320833e5e81de942188542328f074978cc0efa9 - url: "https://pub.dev" - source: hosted - version: "8.3.0" get_storage: dependency: "direct main" description: @@ -1532,14 +1516,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.0" - msix: - dependency: "direct dev" - description: - name: msix - sha256: f88033fcb9e0dd8de5b18897cbebbd28ea30596810f4a7c86b12b0c03ace87e5 - url: "https://pub.dev" - source: hosted - version: "3.16.12" native_imaging: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 45fd3c0a4..e0e41cef0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -136,7 +136,6 @@ dev_dependencies: integration_test: sdk: flutter license_checker: ^1.6.0 - msix: ^3.16.12 pedantic: ^1.11.0 sentry_dart_plugin: ^1.0.0 translations_cleaner: ^0.0.5 diff --git a/scripts/package-windows.ps1 b/scripts/package-windows.ps1 deleted file mode 100644 index 7fe516a97..000000000 --- a/scripts/package-windows.ps1 +++ /dev/null @@ -1,5 +0,0 @@ -Write-Output "$WINDOWN_PFX" -Move-Item -Path $WINDOWS_PFX -Destination fluffychat.pem -certutil -decode fluffychat.pem fluffychat.pfx - -flutter pub run msix:create -c fluffychat.pfx -p $WINDOWS_PFX_PASS --sign-msix true --install-certificate false \ No newline at end of file