Skip to content

Commit

Permalink
fix: fr_fr import
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jul 15, 2024
1 parent 4700d0b commit 0fca7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/flutter/lib/i18n/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:get/get.dart';

import 'langs/en_us.dart';
import 'langs/fa_ir.dart';
import 'langs/fr_fr.dart';
import 'langs/id_id.dart';
import 'langs/it_it.dart';
import 'langs/ja_jp.dart';
Expand Down Expand Up @@ -31,5 +32,6 @@ class _Messages extends Translations {
...plPL,
...itIT,
...idID,
...frFR,
};
}

0 comments on commit 0fca7b6

Please sign in to comment.