refactor: use soft link for better i18n fallback

This commit is contained in:
Rongjian Zhang 2021-02-27 12:25:58 +08:00
parent 74e731af5e
commit 2d19710f27
4 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
{}

1
lib/l10n/intl_nb.arb Symbolic link
View File

@ -0,0 +1 @@
intl_nb_NO.arb

View File

@ -1 +0,0 @@
{}

1
lib/l10n/intl_zh.arb Symbolic link
View File

@ -0,0 +1 @@
intl_zh_Hans.arb

View File

@ -1 +0,0 @@
{}

View File

@ -38,7 +38,8 @@ class BbPullsScreen extends StatelessWidget {
subtitle: '#' + pullNumber.toString(),
commentCount: 0,
updatedAt: v.createdOn,
url: '${auth.activeAccount.domain}/$owner/$name/pull-requests/$pullNumber',
url:
'${auth.activeAccount.domain}/$owner/$name/pull-requests/$pullNumber',
);
},
);