Line 157: |
Line 157: |
| | | |
| == Changing the Server Language == | | == Changing the Server Language == |
− | ===Server-Manager panels=== | + | ===Server-Manager=== |
| Change the language the panel are in by changing your browser default language | | Change the language the panel are in by changing your browser default language |
| | | |
Line 166: |
Line 166: |
| #nano -w /etc/sysconfig/i18n | | #nano -w /etc/sysconfig/i18n |
| LANG="en_US" | | LANG="en_US" |
− | SUPPORTED="en_US:en" | + | SUPPORTED="en_US:en" (maybe not needed, doesn't exist by default) |
| | | |
| issue a db command | | issue a db command |
− | config setprop sysconfig Language sv_SE Keytable sv | + | config setprop sysconfig Language sv_SE |
| | | |
− | Choose a Language and Keytable code from below | + | Choose a Language (and Keytable see below) from the list |
| + | |
| + | (-) in front of the line means SME doesn't have any translation for that language |
| | | |
| Bulgarian bg latarcyrheb-sun16 bg_BG.UTF-8 bg Europe/Sofia | | Bulgarian bg latarcyrheb-sun16 bg_BG.UTF-8 bg Europe/Sofia |
Line 224: |
Line 226: |
| | | |
| ===Keyboard=== | | ===Keyboard=== |
− | Unsure, the above commands don't completely fix the keyboard
| + | |
| + | Issue a db command |
| + | config setprop sysconfig Keytable sv |
| + | |
| + | The above command, and editing /etc/sysconfig/i18n doesn't completely fix the keyboard. |
| | | |
| == Pootle for Developers == | | == Pootle for Developers == |