You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
875 B

  1. # /etc/locale.gen: list all of the locales you want to have on your system
  2. #
  3. # The format of each line:
  4. # <locale> <charmap>
  5. #
  6. # Where <locale> is a locale located in /usr/share/i18n/locales/ and
  7. # where <charmap> is a charmap located in /usr/share/i18n/charmaps/.
  8. #
  9. # All blank lines and lines starting with # are ignored.
  10. #
  11. # For the default list of supported combinations, see the file:
  12. # /usr/share/i18n/SUPPORTED
  13. #
  14. # Whenever glibc is emerged, the locales listed here will be automatically
  15. # rebuilt for you. After updating this file, you can simply run `locale-gen`
  16. # yourself instead of re-emerging glibc.
  17. #en_US ISO-8859-1
  18. #en_US.UTF-8 UTF-8
  19. #ja_JP.EUC-JP EUC-JP
  20. #ja_JP.UTF-8 UTF-8
  21. #ja_JP EUC-JP
  22. #en_HK ISO-8859-1
  23. #en_PH ISO-8859-1
  24. #de_DE ISO-8859-1
  25. #de_DE@euro ISO-8859-15
  26. #es_MX ISO-8859-1
  27. #fa_IR UTF-8
  28. #fr_FR ISO-8859-1
  29. #fr_FR@euro ISO-8859-15
  30. #it_IT ISO-8859-1