Posted by mooffie on August 3, 2007 at 10:08am
Jump to:
| Project: | Drupal core |
| Version: | 6.x-dev |
| Component: | language system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The languages dropdown on q=admin/settings/language/add contains a list of predefined languages.
Some examples for the items you will find in this dropdown:
...............
Abkhazian (аҧсуа бызшәа)
Afar
Afrikaans
Akan
Albanian (Shqip)
Amharic (አማርኛ)
Arabic
Armenian (Հայերեն)
...............
However, note that for Arabic the native name of the language is not displayed in parentheses (although it is provided somewhere). The same is true for Hebrew and any other language that has a language-direction defined for it in _locale_get_predefined_list().
The attached patch fixes that.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| locale_24.patch | 832 bytes | Ignored: Check issue status. | None | None |
Comments
#1
Good catch, thanks for the fix, committed!
#2