Project 'Jean-Baptiste.Delisle/spleaf' was moved to 'delisle/spleaf'. Please update any links and bookmarks that may still have the old path.
feat(bibliographies): [AOU-1785] import german translations of labels
Merged
requested to merge fpo/1785-import-german-translations-of-labels-for-bibliographies into master
1 unresolved thread
Can be tested with frontend aou-portal!570 (merged)
Edited by Florent Poittevin
Merge request reports
Activity
assigned to @Florent.Poittevin
mentioned in merge request aou-portal!570 (merged)
added 4 commits
-
1c699d12...6a0064e4 - 2 commits from branch
master
- 93ec06d5 - feat(bibliographies): [AOU-1785] import german translations of labels
- a45a576e - WIP
-
1c699d12...6a0064e4 - 2 commits from branch
added 1 commit
- c17d8ccb - feat(bibliographies): [AOU-1785] import german translations of labels
assigned to @Homada.Boumedane and unassigned @Florent.Poittevin
287 296 AouConstants.DEPOSIT_SUBTYPE_MASTER_NAME); 297 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_GERMAN, "Masterarbeit"); 288 298 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_SPANISH, "Tesina de máster"); 289 299 break; 290 300 case AouConstants.DEPOSIT_SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME: 291 301 valueWithTranslations = this 292 302 .newValueWithEngFreTranslations(AouConstants.DEPOSIT_SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME, SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME_EN, 293 303 AouConstants.DEPOSIT_SUBTYPE_THESE_DE_PRIVAT_DOCENT_NAME); 304 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_GERMAN, "Habilitation"); 294 305 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_SPANISH, "Tesis \"privat-docent\""); 295 306 break; 296 307 case AouConstants.DEPOSIT_SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME: 297 308 valueWithTranslations = this 298 309 .newValueWithEngFreTranslations(AouConstants.DEPOSIT_SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME, 299 310 SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME_EN, SUBTYPE_THESE_DOCTORAL_PROFESSIONAL_NAME_FR); 311 valueWithTranslations.addTranslation(AouConstants.LANG_CODE_GERMAN, "Doctoral thesis of advanced professional studies (DAPS)"); Je pense que ce n'est pas de l'allemand !!!
Edited by Homada.Boumedane
added 7 commits
-
c17d8ccb...f2dbe1d5 - 6 commits from branch
master
- b3ddd987 - feat(bibliographies): [AOU-1785] import german translations of labels
-
c17d8ccb...f2dbe1d5 - 6 commits from branch
Please register or sign in to reply