Skip to content

Commit 48d492c

Browse files
authored
Merge pull request #474 from OpenPecha/bug-fixing
fix: bug fixes
2 parents e8e04f2 + 0240032 commit 48d492c

18 files changed

Lines changed: 152 additions & 22 deletions

lib/core/l10n/app_bo.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"nav_settings": "སྒྲིག་འགོད།",
113113
"nav_connect": "མཐུད།",
114114
"nav_me": "ང་།",
115+
"tab_practices": "ཉམས་ལེན།",
115116
"text_search": "འཚོལ།",
116117
"text_toc_versions": "པར་གཞི།",
117118
"text_commentary": "འགྲེལ་བ་ཁག",

lib/core/l10n/app_en.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"nav_settings": "Settings",
113113
"nav_connect": "Connect",
114114
"nav_me": "Me",
115+
"tab_practices": "Practices",
115116
"text_search": "Search",
116117
"text_toc_versions": "Versions",
117118
"text_commentary": "Commentaries",

lib/core/l10n/app_hi.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"nav_settings": "सेटिंग्स",
113113
"nav_connect": "कनेक्ट",
114114
"nav_me": "मैं",
115+
"tab_practices": "अभ्यास",
115116
"text_search": "खोजें",
116117
"text_toc_versions": "संस्करण",
117118
"text_commentary": "टीकाएँ",

lib/core/l10n/app_mn.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"nav_settings": "Тохиргоо",
113113
"nav_connect": "Холбогдох",
114114
"nav_me": "Би",
115+
"tab_practices": "Дадлага",
115116
"text_search": "Хайх",
116117
"text_toc_versions": "Хувилбарууд",
117118
"text_commentary": "Тайлбар",

lib/core/l10n/app_ne.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"nav_settings": "सेटिङ",
113113
"nav_connect": "जोडिनुहोस्",
114114
"nav_me": "म",
115+
"tab_practices": "अभ्यास",
115116
"text_search": "खोज्नुहोस्",
116117
"text_toc_versions": "संस्करणहरू",
117118
"text_commentary": "टीकाहरू",

lib/core/l10n/app_zh.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"nav_settings": "設定",
113113
"nav_connect": "社群",
114114
"nav_me": "個人",
115+
"tab_practices": "修持計畫",
115116
"text_search": "搜尋",
116117
"text_toc_versions": "版本",
117118
"text_commentary": "注釋",

lib/core/l10n/generated/app_localizations.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,12 @@ abstract class AppLocalizations {
532532
/// **'Me'**
533533
String get nav_me;
534534

535+
/// No description provided for @tab_practices.
536+
///
537+
/// In en, this message translates to:
538+
/// **'Practices'**
539+
String get tab_practices;
540+
535541
/// No description provided for @text_search.
536542
///
537543
/// In en, this message translates to:

lib/core/l10n/generated/app_localizations_bo.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ class AppLocalizationsBo extends AppLocalizations {
249249
@override
250250
String get nav_me => 'ང་།';
251251

252+
@override
253+
String get tab_practices => 'ཉམས་ལེན།';
254+
252255
@override
253256
String get text_search => 'འཚོལ།';
254257

lib/core/l10n/generated/app_localizations_en.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ class AppLocalizationsEn extends AppLocalizations {
247247
@override
248248
String get nav_me => 'Me';
249249

250+
@override
251+
String get tab_practices => 'Practices';
252+
250253
@override
251254
String get text_search => 'Search';
252255

lib/core/l10n/generated/app_localizations_hi.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ class AppLocalizationsHi extends AppLocalizations {
247247
@override
248248
String get nav_me => 'मैं';
249249

250+
@override
251+
String get tab_practices => 'अभ्यास';
252+
250253
@override
251254
String get text_search => 'खोजें';
252255

0 commit comments

Comments
 (0)