chore: add remaining translations

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-07-19 16:51:49 +05:30
committed by xsahil03x
parent face836383
commit 67a36d9c35
12 changed files with 65 additions and 58 deletions
@@ -190,6 +190,16 @@ abstract class Translations {
String get shuffleLabel;
String get sendLabel;
String get withText;
String get inText;
String get youText;
String get ofText;
String get fileText;
}
class DefaultTranslations implements Translations {
@@ -514,4 +524,19 @@ class DefaultTranslations implements Translations {
@override
String get sendLabel => 'Send';
@override
String get withText => 'with';
@override
String get inText => 'in';
@override
String get youText => 'You';
@override
String get ofText => 'of';
@override
String get fileText => 'File';
}