Merge pull request #1587 from m4sk1n/typo

fix typo
This commit is contained in:
syuilo 2018-05-17 12:45:33 +09:00 committed by GitHub
commit 23d452b99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"
love: "しゅき"

View file

@ -19,7 +19,7 @@ common:
wednesday: "W"
thursday: "T"
friday: "F"
satruday: "S"
saturday: "S"
reactions:
like: "Like"
love: "Love"

View file

@ -19,7 +19,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"
love: "しゅき"

View file

@ -19,7 +19,7 @@ common:
wednesday: "M"
thursday: "J"
friday: "V"
satruday: "S"
saturday: "S"
reactions:
like: "Aime"
love: "Adore"

View file

@ -19,7 +19,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"
love: "しゅき"

View file

@ -20,7 +20,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"

View file

@ -19,7 +19,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"
love: "しゅき"

View file

@ -19,7 +19,7 @@ common:
wednesday: "Ś"
thursday: "C"
friday: "P"
satruday: "S"
saturday: "S"
reactions:
like: "Lubię"
love: "Kocham"

View file

@ -19,7 +19,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"
love: "しゅき"

View file

@ -19,7 +19,7 @@ common:
wednesday: "水"
thursday: "木"
friday: "金"
satruday: "土"
saturday: "土"
reactions:
like: "いいね"
love: "しゅき"

View file

@ -64,7 +64,7 @@ export default Vue.extend({
'%i18n:!common.weekday-short.wednesday%',
'%i18n:!common.weekday-short.thursday%',
'%i18n:!common.weekday-short.friday%',
'%i18n:!common.weekday-short.satruday%'
'%i18n:!common.weekday-short.saturday%'
]
};
},