Improved handling of prefixed translation strings (#1446)
- Adds view helper/support method to address the pattern of checking for translations in a particular text domain or with a specific prefix before resorting to displaying the original untranslated string. - Adds configuration options and code to take advantage of this mechanism for display of Alma codes.
Showing
- config/vufind/Alma.ini 9 additions, 0 deletionsconfig/vufind/Alma.ini
- module/VuFind/src/VuFind/AjaxHandler/GetItemStatuses.php 6 additions, 7 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetItemStatuses.php
- module/VuFind/src/VuFind/AjaxHandler/GetLibraryPickupLocations.php 2 additions, 4 deletions...Find/src/VuFind/AjaxHandler/GetLibraryPickupLocations.php
- module/VuFind/src/VuFind/AjaxHandler/GetRequestGroupPickupLocations.php 2 additions, 3 deletions...src/VuFind/AjaxHandler/GetRequestGroupPickupLocations.php
- module/VuFind/src/VuFind/I18n/Translator/TranslatorAwareTrait.php 28 additions, 1 deletion...uFind/src/VuFind/I18n/Translator/TranslatorAwareTrait.php
- module/VuFind/src/VuFind/ILS/Driver/Alma.php 31 additions, 8 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Alma.php
- module/VuFind/src/VuFind/View/Helper/Root/RenderArray.php 4 additions, 1 deletionmodule/VuFind/src/VuFind/View/Helper/Root/RenderArray.php
- module/VuFind/src/VuFind/View/Helper/Root/TransEscWithPrefix.php 67 additions, 0 deletions...VuFind/src/VuFind/View/Helper/Root/TransEscWithPrefix.php
- themes/bootstrap3/templates/RecordTab/holdingsils.phtml 1 addition, 1 deletionthemes/bootstrap3/templates/RecordTab/holdingsils.phtml
- themes/bootstrap3/templates/RecordTab/holdingsils/electronic.phtml 1 addition, 1 deletion...otstrap3/templates/RecordTab/holdingsils/electronic.phtml
- themes/bootstrap3/templates/ajax/status-full.phtml 1 addition, 1 deletionthemes/bootstrap3/templates/ajax/status-full.phtml
- themes/bootstrap3/templates/myresearch/checkedout.phtml 2 additions, 2 deletionsthemes/bootstrap3/templates/myresearch/checkedout.phtml
- themes/bootstrap3/templates/myresearch/fines.phtml 1 addition, 1 deletionthemes/bootstrap3/templates/myresearch/fines.phtml
- themes/bootstrap3/templates/myresearch/historicloans.phtml 2 additions, 2 deletionsthemes/bootstrap3/templates/myresearch/historicloans.phtml
- themes/bootstrap3/templates/myresearch/holds.phtml 1 addition, 1 deletionthemes/bootstrap3/templates/myresearch/holds.phtml
- themes/bootstrap3/templates/myresearch/profile.phtml 2 additions, 2 deletionsthemes/bootstrap3/templates/myresearch/profile.phtml
- themes/bootstrap3/templates/record/hold.phtml 1 addition, 1 deletionthemes/bootstrap3/templates/record/hold.phtml
- themes/bootstrap3/templates/record/storageretrievalrequest.phtml 1 addition, 1 deletion...bootstrap3/templates/record/storageretrievalrequest.phtml
- themes/root/theme.config.php 2 additions, 0 deletionsthemes/root/theme.config.php
Please register or sign in to comment