feat: create a server function for getting the language identifier

This commit is contained in:
2024-09-10 16:14:28 +02:00
parent 4bfb322d14
commit d4ee2b4154
2 changed files with 15 additions and 0 deletions

View File

@ -2,3 +2,4 @@ mod database_connection;
pub(crate) mod projects;
pub(crate) mod tasks;
pub(crate) mod subtasks;
pub(crate) mod internationalization;