Skip to content

Commit f67913f

Browse files
committed
Satisfy Travis for i18n_loc_get_default (which was otherwise picking up an old default)
1 parent 4dc3352 commit f67913f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions/i18n/i18n_loc_get_default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ function i18n_loc_get_default() {
55
// % note 2: List of locales at http://demo.icu-project.org/icu-bin/locexp
66
// % note 3: To be usable with sort() if it is passed the SORT_LOCALE_STRING sorting flag: http://php.net/manual/en/function.sort.php
77
// - depends on: i18n_loc_set_default
8+
// * example 1: i18n_loc_set_default('pt_PT');
89
// * example 1: i18n_loc_get_default();
9-
// * returns 1: 'en_US_POSIX'
10+
// * returns 1: 'pt_PT'
1011

1112
// BEGIN REDUNDANT
1213
this.php_js = this.php_js || {};

0 commit comments

Comments
 (0)