Localized adjective
This commit is contained in:
		
							parent
							
								
									f5b5b290e4
								
							
						
					
					
						commit
						4f590e0a96
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1133,6 +1133,7 @@ mobile/views/components/timeline.vue:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mobile/views/components/ui.header.vue:
 | 
					mobile/views/components/ui.header.vue:
 | 
				
			||||||
  welcome-back: "おかえりなさい、"
 | 
					  welcome-back: "おかえりなさい、"
 | 
				
			||||||
 | 
					  adjective: "さん"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mobile/views/components/ui.nav.vue:
 | 
					mobile/views/components/ui.nav.vue:
 | 
				
			||||||
  timeline: "タイムライン"
 | 
					  timeline: "タイムライン"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
	<mk-special-message/>
 | 
						<mk-special-message/>
 | 
				
			||||||
	<div class="main" ref="main">
 | 
						<div class="main" ref="main">
 | 
				
			||||||
		<div class="backdrop"></div>
 | 
							<div class="backdrop"></div>
 | 
				
			||||||
		<p ref="welcomeback" v-if="$store.getters.isSignedIn">%i18n:@welcome-back%<b>{{ $store.state.i | userName }}</b>さん</p>
 | 
							<p ref="welcomeback" v-if="$store.getters.isSignedIn">%i18n:@welcome-back%<b>{{ $store.state.i | userName }}</b>%i18n:@adjective%</p>
 | 
				
			||||||
		<div class="content" ref="mainContainer">
 | 
							<div class="content" ref="mainContainer">
 | 
				
			||||||
			<button class="nav" @click="$parent.isDrawerOpening = true">%fa:bars%</button>
 | 
								<button class="nav" @click="$parent.isDrawerOpening = true">%fa:bars%</button>
 | 
				
			||||||
			<template v-if="hasUnreadNotification || hasUnreadMessagingMessage || hasGameInvitation">%fa:circle%</template>
 | 
								<template v-if="hasUnreadNotification || hasUnreadMessagingMessage || hasGameInvitation">%fa:circle%</template>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue