fix: consistente naamgeving kebab case
This commit is contained in:
		
							parent
							
								
									3b71c80be6
								
							
						
					
					
						commit
						b8db32161f
					
				
					 11 changed files with 21 additions and 21 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import fs from 'fs'; | ||||
| import path from 'path'; | ||||
| import yaml from 'js-yaml'; | ||||
| import {FALLBACK_LANG} from "../../config"; | ||||
| import { FALLBACK_LANG } from "../config.js"; | ||||
| 
 | ||||
| export function loadTranslations<T>(language: string): T { | ||||
|     try { | ||||
		Reference in a new issue
	
	 Gabriellvl
						Gabriellvl