From 45755cdfd82fd79ade3e0fc8fda2298e7f20c879 Mon Sep 17 00:00:00 2001 From: Komposten Date: Tue, 5 May 2020 22:54:30 +0200 Subject: [PATCH] :globe_with_meridians: Update localisation --- assets/i18n/en/post.arb | 10 ++++++++++ lib/services/localization.dart | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/i18n/en/post.arb b/assets/i18n/en/post.arb index c8b402467..a0a5e94fa 100644 --- a/assets/i18n/en/post.arb +++ b/assets/i18n/en/post.arb @@ -231,6 +231,16 @@ "type": "text", "placeholders": {} }, + "create_media": "Media", + "@create_media": { + "type": "text", + "placeholders": {} + }, + "create_camera": "Camera", + "@create_camera": { + "type": "text", + "placeholders": {} + }, "create_photo": "Photo", "@create_photo": { "type": "text", diff --git a/lib/services/localization.dart b/lib/services/localization.dart index 0be248131..eea05f5d0 100644 --- a/lib/services/localization.dart +++ b/lib/services/localization.dart @@ -1923,7 +1923,7 @@ class LocalizationService { } String get post__create_camera { - return Intl.message("Camera", name: 'post__create_media'); + return Intl.message("Camera", name: 'post__create_camera'); } String get post__create_photo {