-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added i18n support - made bibliography file configurable - minor changes (removed unused stuff and fixed warnings)
- Loading branch information
Showing
3 changed files
with
59 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#let i18n = ( | ||
en: ( | ||
draft_dated: "Draft dated", | ||
department_of: "Department of", | ||
degree_course_in: "Degree programme class in", | ||
supervisor: "Supervisor", | ||
assistant_supervisor: "Assistant supervisor", | ||
assistant_supervisors: "Assistant supervisors", | ||
presented_by: "Presented by", | ||
graduation_session_of: "Graduation session of", | ||
academic_year: "Academic year", | ||
abstract: "Abstract", | ||
table_of_contents: "Table of contents", | ||
bibliography: "Bibliography", | ||
), | ||
it: ( | ||
draft_dated: "Bozza del", | ||
department_of: "Dipartimento di", | ||
degree_course_in: "Corso di", | ||
supervisor: "Relatore", | ||
assistant_supervisor: "Correlatore", | ||
assistant_supervisors: "Correlatori", | ||
presented_by: "Presentata da", | ||
graduation_session_of: "Sessione di", | ||
academic_year: "Anno accademico", | ||
abstract: "Sommario", | ||
table_of_contents: "Indice dei contenuti", | ||
bibliography: "Bibliografia", | ||
), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters