refactor(common): Language
This commit is contained in:
		
							parent
							
								
									5a90862098
								
							
						
					
					
						commit
						bef6c6f75b
					
				
					 48 changed files with 71 additions and 56 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import { languageMap } from 'dwengo-1-common/src/util/language.js'; | ||||
| import { FALLBACK_LANG } from '../config.js'; | ||||
| import { Assignment } from '../entities/assignments/assignment.entity.js'; | ||||
| import { Class } from '../entities/classes/class.entity.js'; | ||||
| import { languageMap } from '../entities/content/language.js'; | ||||
| import { AssignmentDTO } from 'dwengo-1-common/src/interfaces/assignment'; | ||||
| 
 | ||||
| export function mapToAssignmentDTOId(assignment: Assignment): AssignmentDTO { | ||||
|  |  | |||
		Reference in a new issue