mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-08 12:39:17 -04:00
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<div id="gHeader">
|
||||
<?= $theme->site_status() ?>
|
||||
<?= $theme->admin_header_top() ?>
|
||||
<a href="http://gallery.menalto.com/"><img src="<?= $theme->url("images/logo-sm.png") ?>" id="gLogo" alt="<?= _("Gallery 3: Your Photos on Your Web Site") ?>" /></a>
|
||||
<a href="http://gallery.menalto.com/"><img src="<?= $theme->url("images/logo-sm.png") ?>" id="gLogo" alt="<?= t("Gallery 3: Your Photos on Your Web Site") ?>" /></a>
|
||||
<div id="gSiteAdminMenu">
|
||||
<?= $theme->admin_menu() ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user