Skip to content

Commit

Permalink
feat: Migrate translation to manager
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed Dec 11, 2022
1 parent 9808ecb commit 7640185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:mineral_i18n/src/lang.dart';

class Translation {
class TranslationManager {
final Map<String, dynamic> _cache = {};

Map<String, dynamic> get cache => _cache;
Expand Down

0 comments on commit 7640185

Please sign in to comment.