]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes/functions-l10n.php
Use __DIR__ instead of dirname(__FILE__)
[Github/YOURLS.git] / includes / functions-l10n.php
2017-04-17 ozhUse __DIR__ instead of dirname(__FILE__)
2016-03-05 Léo ColombaroMerge branch 'refs/heads/pr/1921'
2016-02-29 BstNameUpdate from original
2015-12-28 ozhLoad custom textdomain only if locale set
2015-05-31 ozhAccept '02' and 2, as advertised in docblock
2015-05-29 ozhRefine comments, rename function
2015-02-28 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1854 from fredl99/patch-1
2015-02-28 FredlUpdate functions-l10n.php
2014-10-26 ozhDeprecate yourls_apply_filters (plural). Fixes #1671.
2014-02-08 ozhAllow unsetting locale
2014-02-08 ozhNotice if translation not found. Fixes #1628
2013-09-06 ozhMake yourls_load_default_textdomain() return something.
2013-05-03 ྅༻ Ǭɀħ ༄༆ཉMerge pull request #1380 from ozh/typos
2013-05-03 ozhTypos and unused variables. Good job, PhpStorm!
2013-04-26 ﻫ༻྅༻ Ǭɀħ ༄༆ཉ༅ﺀMerge pull request #1359 from adigitalife/master
2013-04-11 Léo ColombaroMerge pull request #1340 from LeoColomb/master
2013-04-11 LeoColombTabify
2013-04-08 LeoColombMerge pull request #1336 from LeoColomb/Fix-Github
2013-04-07 LeoColombFix end of line
2013-03-27 OzhMake the JS calendar translatable
2013-03-26 OzhPrepare for those funky RTL locales.
2013-03-26 OzhLess code duplication, duh.
2013-03-24 Ozhl10n optimization: less strings, better strings
2013-02-22 OzhPHPdoc addendum regarding use in plugins
2013-02-22 OzhIntroduce yourls_load_custom_textdomain() for plugins...
2013-02-13 OzhUse yourls_number_format_i18n() to properly format...
2013-02-10 OzhAaaaaaand more translation. Aaaaaaand I think that...
2013-02-08 OzhAwesome yourls_s() function that mixes sprintf() and...
2013-02-03 OzhTranslation API! zomigod. First pass. See Issue 52.