Skip to content

Commit

Permalink
feat: translate m4ndock's purchase link
Browse files Browse the repository at this point in the history
  • Loading branch information
taorye committed Nov 16, 2023
1 parent 17d8305 commit 250f715
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layout/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
{
lable: "{{_('购买')}}",
link: "https://item.taobao.com/item.htm?id=744014549573",
link: "{{_('https://item.taobao.com/item.htm?id=744014549573')}}",
},
],
},
Expand Down
4 changes: 4 additions & 0 deletions layout/locales/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ msgstr "Documentation"
msgid "购买"
msgstr "Buy"

#: home.html:101 maix.html:172
msgid "https://item.taobao.com/item.htm?id=744014549573"
msgstr "https://www.aliexpress.us/item/3256806030962938.html"

#: home.html:106
msgid "/static/home/licheepi4a_post.jpg"
msgstr ""
Expand Down
4 changes: 4 additions & 0 deletions layout/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ msgstr ""
msgid "购买"
msgstr ""

#: home.html:101 maix.html:172
msgid "https://item.taobao.com/item.htm?id=744014549573"
msgstr ""

#: home.html:106
msgid "/static/home/licheepi4a_post.jpg"
msgstr ""
Expand Down
4 changes: 4 additions & 0 deletions layout/locales/zh/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ msgstr ""
msgid "购买"
msgstr ""

#: home.html:101 maix.html:172
msgid "https://item.taobao.com/item.htm?id=744014549573"
msgstr ""

#: home.html:106
msgid "/static/home/licheepi4a_post.jpg"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion layout/maix.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3 class="text-2xl font-bold my-8">{{_('Maix 系列产品参数对比')}}</h3>
},
{
label: "{{_('购买')}}",
link: "https://item.taobao.com/item.htm?id=682169792430",
link: "{{_('https://item.taobao.com/item.htm?id=744014549573')}}",
new_tab: true,
},
],
Expand Down

0 comments on commit 250f715

Please sign in to comment.