MessagesWuu.php 539 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /** Wu (吴语)
  3. *
  4. * To improve a translation please visit https://translatewiki.net
  5. *
  6. * @ingroup Language
  7. * @file
  8. *
  9. * @author Benojan
  10. * @author Hercule
  11. * @author O
  12. * @author Reedy
  13. * @author Wu-chinese.com
  14. * @author Xiaomingyan
  15. * @author Yfdyh000
  16. * @author 乌拉跨氪
  17. * @author 十弌
  18. */
  19. $fallback = 'zh-hans';
  20. $datePreferences = [
  21. 'default',
  22. 'wuu',
  23. 'ISO 8601',
  24. ];
  25. $defaultDateFormat = 'wuu';
  26. $dateFormats = [
  27. 'wuu time' => 'H:i',
  28. 'wuu date' => 'Y年n月j号 (D)',
  29. 'wuu both' => 'Y年n月j号 (D) H:i',
  30. ];