WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a8a89ca

Browse files
committed
modify anchor name
1 parent bb4eca1 commit a8a89ca

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/consts/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const supportedImportFileTypes = [
4444
extensions: '.gnucash',
4545
document: {
4646
supportMultiLanguages: true,
47-
anchor: 'how-to-get-gnucash-data-export-file'
47+
anchor: 'how-to-get-gnucash-xml-database'
4848
}
4949
},
5050
{

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@
11951195
"anchor": {
11961196
"export_and_import": {
11971197
"export-transactions": "export-transactions",
1198+
"how-to-get-gnucash-xml-database": "how-to-get-gnucash-xml-database",
11981199
"how-to-get-firefly-iii-data-export-file": "how-to-get-firefly-iii-data-export-file"
11991200
}
12001201
}

src/locales/zh_Hans.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@
11951195
"anchor": {
11961196
"export_and_import": {
11971197
"export-transactions": "导出交易",
1198+
"how-to-get-gnucash-xml-database": "如何获取-gnucash-xml-数据库",
11981199
"how-to-get-firefly-iii-data-export-file": "如何获取-firefly-iii-数据导出文件"
11991200
}
12001201
}

0 commit comments

Comments
 (0)