-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add translations for maximum file size label
- Loading branch information
1 parent
04eead2
commit 80ca91c
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { Language } from '~shared/types' | ||
|
||
export const MAXIMUM_FILE_LABEL_TRANSLATIONS: Record<Language, string> = { | ||
[Language.ENGLISH]: 'Maximum file size:', | ||
[Language.CHINESE]: '文件限制:不超过', | ||
[Language.MALAY]: 'Saiz fail maksimum:', | ||
[Language.TAMIL]: 'கோப்பின் அதிகபட்ச அளவு:', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters