mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 01:34:39 -04:00 
			
		
		
		
	cleanup: Add Organizers translation (#3415)
* Add Organizers translation
* 🧹
			
			
This commit is contained in:
		| @@ -188,7 +188,7 @@ | ||||
|         }, | ||||
|         { | ||||
|           icon: $globals.icons.organizers, | ||||
|           title: "Organizers", | ||||
|           title: i18n.tc("general.organizers"), | ||||
|           restricted: true, | ||||
|           children: [ | ||||
|             { | ||||
|   | ||||
| @@ -207,7 +207,8 @@ | ||||
|     "created-on-date": "Created on: {0}", | ||||
|     "unsaved-changes": "You have unsaved changes. Do you want to save before leaving? Okay to save, Cancel to discard changes.", | ||||
|     "clipboard-copy-failure": "Failed to copy to the clipboard.", | ||||
|     "confirm-delete-generic-items": "Are you sure you want to delete the following items?" | ||||
|     "confirm-delete-generic-items": "Are you sure you want to delete the following items?", | ||||
|     "organizers": "Organizers" | ||||
|   }, | ||||
|   "group": { | ||||
|     "are-you-sure-you-want-to-delete-the-group": "Are you sure you want to delete <b>{groupName}<b/>?", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user