Complete refactoring SFM App Source Code
This commit is contained in:
6
lib/product/constant/lang/language_constants.dart
Normal file
6
lib/product/constant/lang/language_constants.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
// ignore_for_file: constant_identifier_names
|
||||
|
||||
class LanguageConstants {
|
||||
static const ENGLISH = "en";
|
||||
static const VIETNAM = "vi";
|
||||
}
|
||||
Reference in New Issue
Block a user