i18n
This commit is contained in:
		
							parent
							
								
									e4aa003157
								
							
						
					
					
						commit
						a76fb4c173
					
				|  | @ -47,6 +47,7 @@ common: | |||
|     e: "ここに書いてください" | ||||
|     f: "あなたが書くのを待っています..." | ||||
| 
 | ||||
|   search: "検索" | ||||
|   delete: "削除" | ||||
|   loading: "読み込み中" | ||||
|   ok: "わかった" | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <template> | ||||
| <div class="mk-google"> | ||||
| 	<input type="search" v-model="query" :placeholder="q"> | ||||
| 	<button @click="search">検索</button> | ||||
| 	<button @click="search">%fa:search% %i18n:common.search%</button> | ||||
| </div> | ||||
| </template> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue