minor change
This commit is contained in:
parent
b09bd8c18c
commit
7afd91821d
5 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
|
|||
keystoreProperties.load(reader)
|
||||
}
|
||||
} else {
|
||||
// for release using credentials in environment variables set up by Github Actions
|
||||
// for release using credentials in environment variables set up by GitHub Actions
|
||||
// warning: in property file, single quotes should be escaped with a backslash
|
||||
// but they should not be escaped when stored in env variables
|
||||
keystoreProperties['storeFile'] = System.getenv('AVES_STORE_FILE')
|
||||
|
|
|
@ -373,8 +373,8 @@
|
|||
"@aboutUpdateLinks2": {},
|
||||
"aboutUpdateLinks3": ".",
|
||||
"@aboutUpdateLinks3": {},
|
||||
"aboutUpdateGithub": "Github",
|
||||
"@aboutUpdateGithub": {},
|
||||
"aboutUpdateGitHub": "GitHub",
|
||||
"@aboutUpdateGitHub": {},
|
||||
"aboutUpdateGooglePlay": "Google Play",
|
||||
"@aboutUpdateGooglePlay": {},
|
||||
"aboutCredits": "Credits",
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
"aboutUpdateLinks1": "앱의 최신 버전을",
|
||||
"aboutUpdateLinks2": "와",
|
||||
"aboutUpdateLinks3": "에서 다운로드 사용 가능합니다.",
|
||||
"aboutUpdateGithub": "깃허브",
|
||||
"aboutUpdateGitHub": "깃허브",
|
||||
"aboutUpdateGooglePlay": "구글 플레이",
|
||||
"aboutCredits": "크레딧",
|
||||
"aboutCreditsWorldAtlas1": "이 앱은",
|
||||
|
|
|
@ -270,7 +270,7 @@ class Constants {
|
|||
sourceUrl: 'https://github.com/fluttercommunity/get_it',
|
||||
),
|
||||
Dependency(
|
||||
name: 'Github',
|
||||
name: 'GitHub',
|
||||
license: 'MIT',
|
||||
sourceUrl: 'https://github.com/SpinlockLabs/github.dart',
|
||||
),
|
||||
|
|
|
@ -61,7 +61,7 @@ class _AboutUpdateState extends State<AboutUpdate> {
|
|||
TextSpan(text: context.l10n.aboutUpdateLinks1),
|
||||
WidgetSpan(
|
||||
child: LinkChip(
|
||||
text: context.l10n.aboutUpdateGithub,
|
||||
text: context.l10n.aboutUpdateGitHub,
|
||||
url: 'https://github.com/deckerst/aves/releases',
|
||||
textStyle: const TextStyle(fontWeight: FontWeight.bold),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue