Skip to content

Commit

Permalink
chore: Regenate l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Oct 22, 2024
1 parent b82c866 commit 713ffee
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/platform_linux/lib/platform_linux.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Linux extensions on the [platform](https://pub.dev/packages/platform)
/// package for detecting Linux distro and desktop environment.
library platform_linux;
library;

export 'src/linux_desktop.dart';
export 'src/linux_distro.dart';
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/// that make `notifyListeners()` a no-op, rather than an error, after disposal.
///
/// ![safe_change_notifier](https://github.com/canonical/ubuntu-flutter-plugins/raw/main/packages/safe_change_notifier/images/safe_change_notifier.png)
library safe_change_notifier;
library;

export 'src/change_notifier.dart';
export 'src/state_notifier.dart';
Expand Down
1 change: 0 additions & 1 deletion packages/timezone_map/example/.fvmrc

This file was deleted.

2 changes: 1 addition & 1 deletion packages/timezone_map/lib/timezone_map.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library timezone_map;
library;

export 'src/controller.dart';
export 'src/exception.dart';
Expand Down
1 change: 0 additions & 1 deletion packages/timezone_map/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
xml: ^6.1.0

dev_dependencies:
build_runner: ^2.2.0
flutter_test:
sdk: flutter
mockito: 5.4.4
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_flavor/lib/ubuntu_flavor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
/// print(flavor);
/// }
/// ```
library ubuntu_flavor;
library;

export 'src/ubuntu_flavor.dart';
2 changes: 1 addition & 1 deletion packages/ubuntu_lints/lib/ubuntu_lints.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
library ubuntu_lints;
library;
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ class UbuntuLocalizationsIt extends UbuntuLocalizations {
String get shiftKey => 'Shift';

@override
String get aboutLabel => 'About';
String get aboutLabel => 'Informazioni';

@override
String get addLabel => 'Add';
String get addLabel => 'Aggiungi';

@override
String get allLabel => 'All';
String get allLabel => 'Tutto';

@override
String get applyLabel => 'Apply';
String get applyLabel => 'Applica';

@override
String get ascendingLabel => 'Ascending';

@override
String get backLabel => 'Back';
String get backLabel => 'Indietro';

@override
String get boldLabel => 'Bold';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Provides extra localizations for Ubuntu applications
library ubuntu_localizations;
library;

export 'src/data_size.dart';
export 'src/localizations.dart';
2 changes: 1 addition & 1 deletion packages/ubuntu_logger/lib/ubuntu_logger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
/// log.info('This is an info message.');
/// }
/// ```
library ubuntu_logger;
library;

export 'src/ubuntu_logger.dart';
2 changes: 1 addition & 1 deletion packages/ubuntu_service/lib/ubuntu_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
/// ...
/// }
/// ```
library ubuntu_service;
library;

export 'src/ubuntu_service.dart';
2 changes: 1 addition & 1 deletion packages/ubuntu_test/lib/ubuntu_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Provides test extensions for Ubuntu applications.
library ubuntu_test;
library;

export 'src/common_finders.dart';
export 'src/file_tester.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/ubuntu_widgets/lib/ubuntu_widgets.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// A collection of widgets developed for Flutter-based Ubuntu applications.
library ubuntu_widgets;
library;

export 'src/animated_expanded.dart';
export 'src/clickable_text.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/wizard_router/lib/wizard_router.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// cause changes in existing pages.
///
/// ![wizard_router](https://github.com/canonical/ubuntu-flutter-plugins/raw/main/packages/wizard_router/images/wizard_router.png)
library wizard_router;
library;

export 'src/exception.dart';
export 'src/route.dart';
Expand Down
10 changes: 0 additions & 10 deletions packages/xdg_icons/lib/xdg_icons.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
/// [XDG theme icons](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html).
///
/// ```dart
/// XdgIcon(
/// name: 'computer',
/// size: 48,
/// )
/// ```
library xdg_icons;

export 'src/icon.dart';
export 'src/theme.dart';

0 comments on commit 713ffee

Please sign in to comment.