Fix
This commit is contained in:
		
							parent
							
								
									3016ac4805
								
							
						
					
					
						commit
						52d640c5a7
					
				
					 5 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
# **Please DO NOT edit these files** except `ja.yml`.
 | 
			
		||||
# **Please DO NOT edit these files** except `ja-JP.yml`.
 | 
			
		||||
 | 
			
		||||
If you want to...
 | 
			
		||||
* i18n ... please see [Translation guide](../docs/translate.en.md).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ const yaml = require('js-yaml');
 | 
			
		|||
const loadLang = lang => yaml.safeLoad(
 | 
			
		||||
	fs.readFileSync(`${__dirname}/${lang}.yml`, 'utf-8'));
 | 
			
		||||
 | 
			
		||||
const native = loadLang('ja');
 | 
			
		||||
const native = loadLang('ja-JP');
 | 
			
		||||
 | 
			
		||||
const langs = {
 | 
			
		||||
	'de': loadLang('de'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue