Skip to content

Commit

Permalink
fix: pl_pl i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed May 16, 2024
1 parent 5c2d2ad commit 1860f53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
7 changes: 3 additions & 4 deletions ui/flutter/lib/i18n/langs/pl_pl.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const pl_PL = {
'en_US': {
const plPL = {
'pl_PL': {
'label': 'Polski',
'error': 'Błąd',
'tip': 'Tip',
Expand Down Expand Up @@ -37,8 +37,7 @@ const pl_PL = {
'maxRunning': 'Maksymalna liczba zadań',
'items': '@count items',
'subscribeTracker': 'Subskrybuj tracker',
'subscribeFail':
'Błąd subskrypcji, sprawdź łączność z internetem',
'subscribeFail': 'Błąd subskrypcji, sprawdź łączność z internetem',
'update': 'Aktualizacja',
'updateDaily': 'Aktualizuj codziennie',
'lastUpdate': 'Ostatnia aktualizacja: @time',
Expand Down
11 changes: 6 additions & 5 deletions ui/flutter/lib/i18n/message.dart
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import 'package:get/get.dart';
import 'package:gopeed/i18n/langs/fa_ir.dart';
import 'package:gopeed/i18n/langs/ja_jp.dart';
import 'package:gopeed/i18n/langs/zh_tw.dart';

import 'langs/en_us.dart';
import 'langs/fa_ir.dart';
import 'langs/ja_jp.dart';
import 'langs/pl_pl.dart';
import 'langs/ru_ru.dart';
import 'langs/zh_cn.dart';
import 'langs/vi_vn.dart';
import 'langs/tr_tr.dart';
import 'langs/vi_vn.dart';
import 'langs/zh_cn.dart';
import 'langs/zh_tw.dart';

final messages = _Messages();

Expand Down

0 comments on commit 1860f53

Please sign in to comment.