Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | import 'package:flutter/material.dart'; | 1 | import 'package:flutter/material.dart'; | 
| 2 | import 'package:get/get.dart'; | 2 | import 'package:get/get.dart'; | 
| 3 | 3 | ||
| 4 | -import 'en_us.dart'; | ||
| 5 | -import 'pt_br.dart'; | 4 | +import 'en_US.dart'; | 
| 5 | +import 'pt_BR.dart'; | ||
| 6 | 6 | ||
| 7 | class TranslationService extends Translations { | 7 | class TranslationService extends Translations { | 
| 8 | static Locale? get locale => Get.deviceLocale; | 8 | static Locale? get locale => Get.deviceLocale; | 
- 
Please register or login to post a comment