Add Vietnamese translation (#596)

pull/597/head
Simon Pham 3 years ago committed by GitHub
parent 97090ea2e5
commit 3220866438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md
  2. 9
      lib/src/translations/toolbar.i18n.dart

@ -129,6 +129,7 @@ Currently, translations are available for these locales:
* `Locale('uk')`
* `Locale('pt')`
* `Locale('pl')`
* `Locale('vi')`
### Contributing to translations
The translation file is located at [lib/src/translations/toolbar.i18n.dart](lib/src/translations/toolbar.i18n.dart). Feel free to contribute your own translations, just copy the English translations map and replace the values with your translations. Then open a pull request so everyone can benefit from your translations!

@ -123,6 +123,15 @@ extension Localization on String {
'Please first select some text to transform into a link.':
'Na początku zaznacz tekst aby zamienić go w link.',
},
'vi': {
'Paste a link': 'Chèn liên kết',
'Ok': 'OK',
'Select Color': 'Chọn Màu',
'Gallery': 'Thư viện',
'Link': 'Liên kết',
'Please first select some text to transform into a link.':
'Vui lòng chọn trước phần chữ cần đổi thành liên kết',
},
};
String get i18n => localize(this, _t);

Loading…
Cancel
Save