phpDocumentor pond
[ class tree: pond ] [ index: pond ] [ all elements ]

Source for file tr-TR.locale.php

Documentation is available at tr-TR.locale.php

  1. <?php
  2. /**
  3.  * Locale definition
  4.  *
  5.  * Documentation of the keys:
  6.  *  - 'name'       : The locale name displayed to the user (keep short).
  7.  *  - 'charset'    : Character set of the locale's messages files.
  8.  *  - 'datefmt'    : The date format for this language. See {@link date_i18n()}.
  9.  *  - 'timefmt'    : The time format for this language. See {@link date_i18n()}.
  10.  *  - 'startofweek': Start of week for this locale. 0 means Sunday, 1 Monday etc.
  11.  *
  12.  * @package pond
  13.  */
  14. $locale_defs['tr-TR'array(
  15.         'name' => NT_('Turkish (TR) utf8'),
  16.         'charset' => 'utf-8',
  17.         'datefmt' => 'd/m/y',
  18.         'timefmt' => 'H:i:s',
  19.         'startofweek' => 1,
  20.     );
  21. ?>