Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
🌐 Update localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Komposten committed May 5, 2020
1 parent 9f871b7 commit 45755cd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions assets/i18n/en/post.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/services/localization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 45755cd

Please sign in to comment.