mirror of
https://github.com/git-touch/git-touch
synced 2025-03-12 01:00:16 +01:00
refactor: use soft link for better i18n fallback
This commit is contained in:
parent
74e731af5e
commit
2d19710f27
@ -1 +0,0 @@
|
|||||||
{}
|
|
1
lib/l10n/intl_nb.arb
Symbolic link
1
lib/l10n/intl_nb.arb
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
intl_nb_NO.arb
|
@ -1 +0,0 @@
|
|||||||
{}
|
|
1
lib/l10n/intl_zh.arb
Symbolic link
1
lib/l10n/intl_zh.arb
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
intl_zh_Hans.arb
|
@ -1 +0,0 @@
|
|||||||
{}
|
|
@ -38,7 +38,8 @@ class BbPullsScreen extends StatelessWidget {
|
|||||||
subtitle: '#' + pullNumber.toString(),
|
subtitle: '#' + pullNumber.toString(),
|
||||||
commentCount: 0,
|
commentCount: 0,
|
||||||
updatedAt: v.createdOn,
|
updatedAt: v.createdOn,
|
||||||
url: '${auth.activeAccount.domain}/$owner/$name/pull-requests/$pullNumber',
|
url:
|
||||||
|
'${auth.activeAccount.domain}/$owner/$name/pull-requests/$pullNumber',
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user