i18n
This commit is contained in:
parent
75c44cd349
commit
d733a1b445
12 changed files with 43 additions and 51 deletions
|
|
@ -27,7 +27,7 @@ export default Vue.extend({
|
|||
methods: {
|
||||
add() {
|
||||
(this as any).apis.input({
|
||||
title: 'リスト名',
|
||||
title: '%i18n:@list-name%',
|
||||
}).then(async title => {
|
||||
const list = await (this as any).api('users/lists/create', {
|
||||
title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue