| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.28 2005/06/24 18:04:15 fox2mike Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.61 2010/02/14 20:24:37 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/guide-localization.xml"> |
5 | <guide link="/doc/en/guide-localization.xml"> |
| 6 | <title>Gentoo Linux Localization Guide</title> |
6 | <title>Gentoo Linux Localization Guide</title> |
| 7 | <author title="Author"> |
7 | <author title="Author"> |
| … | |
… | |
| 19 | <author title="Editor"> |
19 | <author title="Editor"> |
| 20 | <mail link="dertobi123@gentoo.org">Tobias Scherbaum</mail> |
20 | <mail link="dertobi123@gentoo.org">Tobias Scherbaum</mail> |
| 21 | </author> |
21 | </author> |
| 22 | <author title="Editor"> |
22 | <author title="Editor"> |
| 23 | <mail link="flammie@gentoo.org">Flammie Pirinen</mail> |
23 | <mail link="flammie@gentoo.org">Flammie Pirinen</mail> |
|
|
24 | </author> |
|
|
25 | <author title="Editor"> |
|
|
26 | <mail link="nightmorph"/> |
| 24 | </author> |
27 | </author> |
| 25 | |
28 | |
| 26 | <abstract> |
29 | <abstract> |
| 27 | This guide should help users localize their Gentoo Linux distribution to any |
30 | This guide should help users localize their Gentoo Linux distribution to any |
| 28 | European locale. It uses Germany as a case-study, since it is translated from |
31 | European locale. It uses Germany as a case-study, since it is translated from |
| 29 | the German doc. Includes configuration for use of the euro currency symbol. |
32 | the German doc. Includes configuration for use of the euro currency symbol. |
| 30 | </abstract> |
33 | </abstract> |
| 31 | |
34 | |
| 32 | <version>1.19</version> |
35 | <version>1.46</version> |
| 33 | <date>2005-06-24</date> |
36 | <date>2010-02-14</date> |
| 34 | |
37 | |
| 35 | <chapter> |
38 | <chapter> |
| 36 | <title>Time zone</title> |
39 | <title>Time zone</title> |
| 37 | <section> |
40 | <section> |
| 38 | <body> |
41 | <body> |
| 39 | |
42 | |
| 40 | <p> |
43 | <p> |
| 41 | In order to keep time properly, <path>/etc/localtime</path> must point to |
44 | In order to keep time properly, you need to select your timezone so that your |
| 42 | the correct time zone data file. Look around in |
45 | system knows where it is located. Look for your timezone in |
| 43 | <path>/usr/share/zoneinfo/</path> and pick your timezone or a near-by big city. |
46 | <path>/usr/share/zoneinfo</path>. You then set your timezone in |
|
|
47 | <path>/etc/conf.d/clock</path>. Please avoid the |
|
|
48 | <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not |
|
|
49 | indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8. |
| 44 | </p> |
50 | </p> |
| 45 | |
51 | |
| 46 | <pre caption="setting the timezone"> |
52 | <pre caption="Setting the timezone information"> |
|
|
53 | # <i>ls /usr/share/zoneinfo</i> |
|
|
54 | <comment>(Suppose you want to use Brussels)</comment> |
|
|
55 | <comment>(First copy the proper zone to localtime)</comment> |
| 47 | # <i>ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i> |
56 | # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> |
|
|
57 | <comment>(Now specify your timezone)</comment> |
|
|
58 | # <i>nano -w /etc/conf.d/clock</i> |
|
|
59 | TIMEZONE="Europe/Brussels" |
|
|
60 | |
| 48 | # <i>date</i> |
61 | # <i>date</i> |
| 49 | Sun Feb 16 08:26:44 CET 2003 |
62 | Wed Mar 8 00:46:05 CET 2006 |
| 50 | </pre> |
63 | </pre> |
| 51 | |
64 | |
| 52 | <note> |
65 | <note> |
| 53 | Make sure that the three-letter timezone indicator (in this case "CET") |
66 | Make sure that the timezone indicator (in this case "CET") |
| 54 | is correct for your area. |
67 | is correct for your area. |
| 55 | </note> |
68 | </note> |
| 56 | |
69 | |
| 57 | <note> |
70 | <note> |
| 58 | You can set the value of <c>TZ</c> to be everything after the |
71 | You can set the value of <c>TZ</c> to be everything after the |
| … | |
… | |
| 95 | <section> |
108 | <section> |
| 96 | <title>What are locales?</title> |
109 | <title>What are locales?</title> |
| 97 | <body> |
110 | <body> |
| 98 | |
111 | |
| 99 | <p> |
112 | <p> |
| 100 | A Locale is a set of information that most programs use for determining |
113 | A Locale is a set of information that most programs use for determining country |
| 101 | country and language specific settings. The locales and their data |
114 | and language specific settings. The locales and their data are part of the |
| 102 | are part of the system library and can be found |
115 | system library and can be found at <path>/usr/share/locale</path> on most |
| 103 | at <path>/usr/share/locale</path> on most systems. A locale name is generally |
116 | systems. A locale name is generally named <c>ab_CD</c> where <c>ab</c> is your |
| 104 | named <c>ab_CD</c> where <c>ab</c> is your two (or three) letter |
117 | two (or three) letter language code (as specified in ISO-639) and <c>CD</c> is |
| 105 | language code (as specified in ISO-639) and <c>CD</c> is your two letter country |
118 | your two letter country code (as specified in ISO-3166). Variants are often |
| 106 | code (as specified in ISO-3199). |
119 | appended to locale names, e.g. <c>en_GB.UTF-8</c> or <c>de_DE@euro</c>. Please |
|
|
120 | explore <uri link="http://en.wikipedia.org/wiki/Locale">Wikipedia</uri> to read |
|
|
121 | more about locales and related articles. |
| 107 | </p> |
122 | </p> |
| 108 | |
123 | |
| 109 | </body> |
124 | </body> |
| 110 | </section> |
|
|
| 111 | <section> |
125 | </section> |
|
|
126 | <section id="variables"> |
| 112 | <title>Environment variables for locales</title> |
127 | <title>Environment variables for locales</title> |
| 113 | <body> |
128 | <body> |
| 114 | |
129 | |
| 115 | <p> |
130 | <p> |
| 116 | Locale settings are stored in environment variables. These are typically |
131 | Locale settings are stored in environment variables. These are typically |
| 117 | set in the <path>/etc/env.d/02locale</path> (for system-wide |
132 | set in the <path>/etc/env.d/02locale</path> (for system-wide |
| 118 | settings) and <path>~/.bashrc</path> (for user-specific settings) file. |
133 | settings) and <path>~/.bashrc</path> (for user-specific settings) file. |
| 119 | The variables controlling different aspects of locale settings |
134 | The variables controlling different aspects of locale settings |
| 120 | are given in the table below, those with highest precedence (ie. those |
135 | are given in the table below. All of them |
| 121 | that override settings below them) are at the top of the table. All variables |
|
|
| 122 | take one name of a locale in <c>ab_CD</c> format given above. |
136 | take one name of a locale in <c>ab_CD</c> format given above. |
| 123 | </p> |
137 | </p> |
| 124 | |
138 | |
| 125 | <table> |
139 | <table> |
| 126 | <tr> |
140 | <tr> |
| 127 | <th>Variable name</th> |
141 | <th>Variable name</th> |
| 128 | <th>Explanation</th> |
142 | <th>Explanation</th> |
| 129 | </tr> |
143 | </tr> |
| 130 | <tr> |
144 | <tr> |
| 131 | <ti>LC_ALL</ti> |
145 | <ti>LANG</ti> |
| 132 | <ti> |
146 | <ti> |
| 133 | Define all locale settings at once. This is the top level setting for |
147 | Defines all locale settings at once, while allowing further individual |
| 134 | locales which will override any other setting. |
148 | customization via the LC_* settings below. |
| 135 | </ti> |
149 | </ti> |
| 136 | </tr> |
150 | </tr> |
| 137 | <tr> |
151 | <tr> |
| 138 | <ti>LC_COLLATE</ti> |
152 | <ti>LC_COLLATE</ti> |
| 139 | <ti> |
153 | <ti> |
| 140 | Define alphabetical ordering of strings. This affects eg. output of sorted |
154 | Define alphabetical ordering of strings. This affects e.g. output of sorted |
| 141 | directory listing. |
155 | directory listing. |
| 142 | </ti> |
156 | </ti> |
| 143 | </tr> |
157 | </tr> |
| 144 | <tr> |
158 | <tr> |
| 145 | <ti>LC_CTYPE</ti> |
159 | <ti>LC_CTYPE</ti> |
| … | |
… | |
| 175 | <tr> |
189 | <tr> |
| 176 | <ti>LC_PAPER</ti> |
190 | <ti>LC_PAPER</ti> |
| 177 | <ti>Defines default paper size.</ti> |
191 | <ti>Defines default paper size.</ti> |
| 178 | </tr> |
192 | </tr> |
| 179 | <tr> |
193 | <tr> |
| 180 | <ti>LANG</ti> |
194 | <ti>LC_ALL</ti> |
| 181 | <ti> |
195 | <ti> |
| 182 | Defines all locale settings at once. This setting can be overridden by |
196 | A special variable for overriding all other settings. |
| 183 | individual LC_* settings above or even by LC_ALL. |
|
|
| 184 | </ti> |
197 | </ti> |
| 185 | </tr> |
198 | </tr> |
| 186 | </table> |
199 | </table> |
| 187 | |
200 | |
| 188 | <note> |
201 | <note> |
| 189 | Even though most programs work with LC_ALL only, some of them misbehave if |
202 | Some programs are written in such a way that they expect traditional English |
| 190 | LC_ALL is set but LANG isn't. If you want to play safe, set them <e>both</e>. |
203 | ordering of the alphabet, while some locales, most notably the Estonian one, use |
|
|
204 | a different ordering. Therefore it's recommended to explicitly set LC_COLLATE to C |
|
|
205 | when dealing with system-wide settings. |
| 191 | </note> |
206 | </note> |
| 192 | |
207 | |
| 193 | <p> |
208 | <warn> |
| 194 | Most typically users only set the LANG variable and perhaps LC_CTYPE variable |
209 | Using LC_ALL is strongly discouraged as it can't be overridden later on. Please |
| 195 | on user level by adding definitions to shells startup files defining |
210 | use it only when testing and <e>never</e> set it in a startup file. |
| 196 | the environment variable manually from command line: |
211 | </warn> |
|
|
212 | |
| 197 | </p> |
213 | <p> |
|
|
214 | Most typically users only set the LANG variable on the global basis. This |
|
|
215 | example is for a unicode German locale: |
|
|
216 | </p> |
| 198 | |
217 | |
| 199 | <pre caption="setting the German locale"> |
218 | <pre caption="Setting the default system locale in /etc/env.d/02locale"> |
| 200 | export LANG="de_DE@euro" |
219 | LANG="de_DE.UTF-8" |
|
|
220 | LC_COLLATE="C" |
| 201 | </pre> |
221 | </pre> |
| 202 | |
222 | |
| 203 | <note> |
223 | <note> |
| 204 | Append <c>@euro</c> to your locale if you want to use the Euro |
224 | Use <c>de_DE@euro</c> as your LANG if you want to use the Euro currency symbol |
| 205 | currency symbol (€) |
225 | (€). |
| 206 | </note> |
226 | </note> |
|
|
227 | |
|
|
228 | <p> |
|
|
229 | It's also possible, and pretty common especially in a more traditional UNIX |
|
|
230 | environment, to leave the global settings unchanged, i.e. in the "<c>C</c>" |
|
|
231 | locale. Users can still specify their preferred locale in their own shell RC |
|
|
232 | file: |
|
|
233 | </p> |
|
|
234 | |
|
|
235 | <pre caption="Setting the user locale in ~/.bashrc"> |
|
|
236 | export LANG="de_DE.UTF-8" |
|
|
237 | export LC_COLLATE="C" |
|
|
238 | </pre> |
|
|
239 | |
|
|
240 | <p> |
|
|
241 | Another way of configuring system is to leave it in the default C locale, but |
|
|
242 | enable UTF-8 character representation at the same time. This option is achieved |
|
|
243 | using the following settings in <path>/etc/env.d/02locale</path>: |
|
|
244 | </p> |
|
|
245 | |
|
|
246 | <pre caption="Using traditional C locale while specifying UTF-8"> |
|
|
247 | LC_CTYPE=de_DE.UTF-8 |
|
|
248 | </pre> |
|
|
249 | |
|
|
250 | <p> |
|
|
251 | Using the above snippet, users will be able to see localized file names |
|
|
252 | properly, while not being forced to your preferred language. |
|
|
253 | </p> |
| 207 | |
254 | |
| 208 | <p> |
255 | <p> |
| 209 | For message based localization to work in programs that support it, you will |
256 | For message based localization to work in programs that support it, you will |
| 210 | probably need to have programs compiled with the <c>nls</c> (Native language |
257 | probably need to have programs compiled with the <c>nls</c> (Native language |
| 211 | support) USE flag set. Most of the programs using nls also need the gettext |
258 | support) USE flag set. Most of the programs using nls also need the gettext |
| 212 | library to extract and use localized messages. Of course, Gentoo's Portage will |
259 | library to extract and use localized messages. Of course, Portage will |
| 213 | automatically install it when needed. |
260 | automatically install it when needed. |
| 214 | </p> |
261 | </p> |
| 215 | |
262 | |
|
|
263 | <p> |
|
|
264 | Once you have set the right locale, be sure to update your environment |
|
|
265 | variables to make your system aware of the change: |
|
|
266 | </p> |
|
|
267 | |
|
|
268 | <pre caption="Update the environment"> |
|
|
269 | <comment>(For system-wide default locale:)</comment> |
|
|
270 | # <i>env-update && source /etc/profile</i> |
|
|
271 | |
|
|
272 | <comment>(For user-specific locale:)</comment> |
|
|
273 | $ <i>source ~/.bashrc</i> |
|
|
274 | </pre> |
|
|
275 | |
|
|
276 | <p> |
|
|
277 | After this, you will need to kill your X server by pressing |
|
|
278 | <c>Ctrl-Alt-Backspace</c>, log out, then log in as user. |
|
|
279 | </p> |
|
|
280 | |
|
|
281 | <p> |
|
|
282 | Now, verify that the changes have taken effect: |
|
|
283 | </p> |
|
|
284 | |
|
|
285 | <pre caption="Verify env changes"> |
|
|
286 | $ <i>locale</i> |
|
|
287 | </pre> |
|
|
288 | |
|
|
289 | <p> |
|
|
290 | There is also additional localisation variable called LINGUAS, which affects |
|
|
291 | to localisation files that get installed in gettext-based programs, and decides |
|
|
292 | used localisation for some specific software packages, such as |
|
|
293 | <c>kde-base/kde-l10n</c> and <c>app-office/openoffice</c>. The variable |
|
|
294 | takes in <e>space</e>-separated list of language codes, and suggested |
|
|
295 | place to set it is <path>/etc/make.conf</path>: |
|
|
296 | </p> |
|
|
297 | |
|
|
298 | <pre caption="Setting LINGUAS in make.conf"> |
|
|
299 | # <i>nano -w /etc/make.conf</i> |
|
|
300 | <comment>(Add in the LINGUAS variable. For instance, |
|
|
301 | for German, Finnish and English:)</comment> |
|
|
302 | LINGUAS="de fi en" |
|
|
303 | </pre> |
|
|
304 | |
|
|
305 | |
| 216 | </body> |
306 | </body> |
| 217 | </section> |
307 | </section> |
| 218 | <section> |
308 | <section> |
| 219 | <title>Generating Specific Locales</title> |
309 | <title>Generating Specific Locales</title> |
| 220 | <body> |
310 | <body> |
| 221 | |
311 | |
| 222 | <p> |
312 | <p> |
| 223 | If you use a locale that isn't available by default, you should use |
|
|
| 224 | <c>localedef</c> to generate your locale. For instance: |
|
|
| 225 | </p> |
|
|
| 226 | |
|
|
| 227 | <pre caption="Generating a locale using localedef"> |
|
|
| 228 | # <i>localedef -c -i en_US -f ISO-8859-15 en_US.ISO-8859-15</i> |
|
|
| 229 | </pre> |
|
|
| 230 | |
|
|
| 231 | <p> |
|
|
| 232 | After having generated the locale, you can export the LANG variable as you see |
|
|
| 233 | fit. |
|
|
| 234 | </p> |
|
|
| 235 | |
|
|
| 236 | <pre caption="Exporting the LANG variable"> |
|
|
| 237 | # <i>export LANG="en_US.ISO-8859-15"</i> |
|
|
| 238 | </pre> |
|
|
| 239 | |
|
|
| 240 | </body> |
|
|
| 241 | </section> |
|
|
| 242 | <section> |
|
|
| 243 | <title>The userlocales USE flag</title> |
|
|
| 244 | <body> |
|
|
| 245 | |
|
|
| 246 | <p> |
|
|
| 247 | You will probably only use one or maybe two locales on your system. Up until now |
313 | You will probably only use one or maybe two locales on your system. You can |
| 248 | after compiling <c>glibc</c> a full set of all available locales has been |
|
|
| 249 | created. As of now you can activate the <c>userlocales</c> USE flag and specify |
|
|
| 250 | only the locales you will need in <path>/etc/locales.build</path>. |
314 | specify locales you will need in <path>/etc/locale.gen</path>. |
| 251 | </p> |
|
|
| 252 | |
|
|
| 253 | <pre caption="Activate the userlocales USE flag especially for glibc"> |
|
|
| 254 | echo "sys-libs/glibc userlocales" >> /etc/portage/package.use |
|
|
| 255 | </pre> |
|
|
| 256 | |
|
|
| 257 | <p> |
315 | </p> |
| 258 | Now specify the locales you want to be able to use: |
|
|
| 259 | </p> |
|
|
| 260 | |
316 | |
| 261 | <pre caption="Adding locales to /etc/locales.build"> |
317 | <pre caption="Adding locales to /etc/locale.gen"> |
| 262 | en_US/ISO-8859-1 |
318 | en_GB ISO-8859-1 |
| 263 | en_US.UTF-8/UTF-8 |
319 | en_GB.UTF-8 UTF-8 |
| 264 | de_DE/ISO-8859-1 |
320 | de_DE ISO-8859-1 |
| 265 | de_DE@euro/ISO-8859-15 |
321 | de_DE@euro ISO-8859-15 |
| 266 | </pre> |
322 | </pre> |
| 267 | |
323 | |
|
|
324 | <p> |
|
|
325 | The next step is to run <c>locale-gen</c>. It will generate all the locales you |
|
|
326 | have specified in the <path>/etc/locale.gen</path> file. |
| 268 | <p> |
327 | </p> |
| 269 | The next step is to re-compile <c>glibc</c>. Of course you can defer this until |
328 | |
| 270 | the next <c>glibc</c> upgrade is available. |
329 | <note> |
|
|
330 | <c>locale-gen</c> is available in <c>glibc-2.3.6-r4</c> and newer. If you have |
|
|
331 | an older version of glibc, you should update it now. |
|
|
332 | </note> |
|
|
333 | |
|
|
334 | <p> |
|
|
335 | You can verify that your selected locales are available by running <c>locale |
|
|
336 | -a</c>. |
| 271 | </p> |
337 | </p> |
| 272 | |
338 | |
| 273 | </body> |
339 | </body> |
| 274 | </section> |
340 | </section> |
| 275 | </chapter> |
341 | </chapter> |
| … | |
… | |
| 288 | (<path>qwerty/</path>, <path>azerty/</path>, etc.). Some |
354 | (<path>qwerty/</path>, <path>azerty/</path>, etc.). Some |
| 289 | languages have multiple options, so you may wish to experiment |
355 | languages have multiple options, so you may wish to experiment |
| 290 | to decide which one fits your needs best. |
356 | to decide which one fits your needs best. |
| 291 | </p> |
357 | </p> |
| 292 | |
358 | |
| 293 | <pre caption="setting the console keymap"> |
359 | <pre caption="Setting the console keymap"> |
| 294 | KEYMAP="de" |
360 | KEYMAP="de" |
| 295 | KEYMAP="de-latin1" |
361 | KEYMAP="de-latin1" |
| 296 | KEYMAP="de-latin1-nodeadkeys" |
362 | KEYMAP="de-latin1-nodeadkeys" |
| 297 | </pre> |
363 | </pre> |
| 298 | |
364 | |
| … | |
… | |
| 309 | The keyboard layout to be used by the X server is specified |
375 | The keyboard layout to be used by the X server is specified |
| 310 | in <path>/etc/X11/xorg.conf</path> by the <c>XkbLayout</c> |
376 | in <path>/etc/X11/xorg.conf</path> by the <c>XkbLayout</c> |
| 311 | option. |
377 | option. |
| 312 | </p> |
378 | </p> |
| 313 | |
379 | |
| 314 | <pre caption="setting the X keymap"> |
380 | <pre caption="Setting the X keymap"> |
| 315 | Section "InputDevice" |
381 | Section "InputDevice" |
| 316 | Identifier "Keyboard1" |
382 | Identifier "Keyboard1" |
| 317 | ... |
383 | ... |
| 318 | Option "XkbLayout" "de" |
384 | Option "XkbLayout" "de" |
| 319 | # Option "XkbVariant" "nodeadkeys" |
385 | #Option "XkbModel" "pc105" <comment>## this is for international keyboards.</comment> |
|
|
386 | # Option "XkbVariant" "nodeadkeys" <comment>## this would be used for xterm input</comment> |
| 320 | ... |
387 | ... |
| 321 | </pre> |
388 | </pre> |
| 322 | |
389 | |
|
|
390 | <p> |
|
|
391 | If you have an international keyboard layout, you should set the option |
|
|
392 | <c>XkbModel</c> to <c>pc102</c> or <c>pc105</c>, as this will allow mapping of the |
|
|
393 | additional keys specific to your keyboard. |
|
|
394 | </p> |
|
|
395 | |
|
|
396 | <p> |
|
|
397 | Deadkeys allow you to press keys that will not show immediately but will be |
|
|
398 | combined with another letter to produce a single character such as é,è,á,à, |
|
|
399 | etc. Setting <c>XkbVariant</c> to <c>nodeadkeys</c> allows input these special |
|
|
400 | characters into X terminals. |
|
|
401 | </p> |
|
|
402 | |
|
|
403 | <p> |
|
|
404 | If you would like to switch between more than one keyboard layout (for example |
|
|
405 | English and Russian), all you have to do is add a few lines to |
|
|
406 | <path>xorg.conf</path> that specify the desired layouts and the shortcut |
|
|
407 | command. |
|
|
408 | </p> |
|
|
409 | |
|
|
410 | <pre caption="Switching between two keyboard layouts"> |
|
|
411 | Section "InputDevice" |
|
|
412 | Identifier "Keyboard1" |
|
|
413 | ... |
|
|
414 | Option "XkbLayout" "us,ru" |
|
|
415 | Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" |
|
|
416 | </pre> |
|
|
417 | |
|
|
418 | <p> |
|
|
419 | Here, <c>XkbOptions</c> allows you to toggle between keyboard layouts by simply |
|
|
420 | pressing <c>Alt-Shift</c>. This will also toggle the Scroll Lock light on or |
|
|
421 | off, thanks to the <c>grp_led:scroll</c> option. This is a handy visual |
|
|
422 | indicator of which keyboard layout you are using at the moment. |
|
|
423 | </p> |
|
|
424 | |
| 323 | </body> |
425 | </body> |
| 324 | </section> |
426 | </section> |
| 325 | </chapter> |
427 | </chapter> |
| 326 | |
428 | |
| 327 | <chapter> |
429 | <chapter> |
| 328 | <title>KDE</title> |
430 | <title>KDE</title> |
| 329 | <section> |
431 | <section> |
| 330 | <body> |
432 | <body> |
| 331 | |
433 | |
| 332 | <p> |
434 | <p> |
| 333 | For KDE you have to install the kde-i18n package with the appropriate |
435 | For KDE you have to install the <c>kde-base/kde-l10n</c> and |
| 334 | LINGUAS variable set: |
436 | <c>app-office/koffice-l10n</c> packages. These respect the <uri |
| 335 | </p> |
437 | link="#variables">LINGUAS variable</uri> described earlier. |
| 336 | |
|
|
| 337 | <pre caption="Install localized KDE"> |
|
|
| 338 | # <i>nano -w /etc/make.conf</i> |
|
|
| 339 | <comment>(Add in the LINGUAS variable. For instance, for the German language:)</comment> |
|
|
| 340 | LINGUAS="de" |
|
|
| 341 | |
|
|
| 342 | <comment>(Now install kde-i18n)</comment> |
|
|
| 343 | # <i>emerge kde-i18n</i> |
|
|
| 344 | </pre> |
438 | </p> |
| 345 | |
439 | |
| 346 | </body> |
440 | </body> |
| 347 | </section> |
441 | </section> |
| 348 | </chapter> |
442 | </chapter> |
| 349 | |
443 | |
| … | |
… | |
| 351 | <title>The Euro Symbol for the Console</title> |
445 | <title>The Euro Symbol for the Console</title> |
| 352 | <section> |
446 | <section> |
| 353 | <body> |
447 | <body> |
| 354 | |
448 | |
| 355 | <p> |
449 | <p> |
| 356 | In order to get your console to display the Euro symbol, you |
450 | In order to get your console to display the Euro symbol, you will need to set |
| 357 | will need to set <c>CONSOLEFONT</c> in |
451 | <c>CONSOLEFONT</c> in <path>/etc/conf.d/consolefont</path> to a file found in |
| 358 | <path>/etc/rc.conf</path> to a file found in |
|
|
| 359 | <path>/usr/share/consolefonts/</path> (without the |
452 | <path>/usr/share/consolefonts/</path> (without the <c>.psfu.gz</c>). |
| 360 | <c>.psfu.gz</c>). <c>lat9w-16</c> has the Euro symbol. |
453 | <c>lat9w-16</c> has the Euro symbol. |
| 361 | </p> |
454 | </p> |
| 362 | |
455 | |
| 363 | <pre caption="setting the console font"> |
456 | <pre caption="Setting the console font"> |
| 364 | CONSOLEFONT="lat9w-16" |
457 | CONSOLEFONT="lat9w-16" |
| 365 | </pre> |
458 | </pre> |
| 366 | |
459 | |
|
|
460 | <p> |
|
|
461 | You should verify that <c>CONSOLEFONT</c> is in the boot runlevel: |
|
|
462 | </p> |
|
|
463 | |
|
|
464 | <pre caption="Verify the proper runlevel"> |
|
|
465 | # <i>rc-update -v show | grep -i consolefont</i> |
|
|
466 | </pre> |
|
|
467 | |
|
|
468 | <p> |
|
|
469 | If no runlevel is displayed for <c>CONSOLEFONT</c>, then add it to the proper level: |
|
|
470 | </p> |
|
|
471 | |
|
|
472 | <pre caption="Add consolefont to boot"> |
|
|
473 | # <i>rc-update add consolefont boot</i> |
|
|
474 | </pre> |
|
|
475 | |
| 367 | </body> |
476 | </body> |
| 368 | </section> |
477 | </section> |
| 369 | </chapter> |
478 | </chapter> |
| 370 | |
479 | |
| 371 | <chapter> |
480 | <chapter> |
| … | |
… | |
| 373 | <section> |
482 | <section> |
| 374 | <title>Most Applications</title> |
483 | <title>Most Applications</title> |
| 375 | <body> |
484 | <body> |
| 376 | |
485 | |
| 377 | <p> |
486 | <p> |
| 378 | Getting the Euro symbol to work properly in X is a little |
487 | Getting the Euro symbol to work properly in X is a little bit tougher. The |
| 379 | bit tougher. The first thing you should do is change the <c>fixed</c> |
488 | first thing you should do is change the <c>fixed</c> and <c>variable</c> |
| 380 | and <c>variable</c> definitions in |
489 | definitions in <path>/usr/share/fonts/misc/fonts.alias</path> to end in |
| 381 | <path>/usr/X11R6/lib/X11/fonts/misc/fonts.alias</path> to end |
|
|
| 382 | in <c>iso8859-15</c> instead of <c>iso8859-1</c>. |
490 | <c>iso8859-15</c> instead of <c>iso8859-1</c>. |
| 383 | </p> |
491 | </p> |
| 384 | |
492 | |
| 385 | <pre caption="setting default X fonts"> |
493 | <pre caption="Setting default X fonts"> |
| 386 | fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-15 |
494 | fixed -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-15 |
| 387 | variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15 |
495 | variable -*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-15 |
| 388 | </pre> |
496 | </pre> |
| 389 | |
497 | |
| 390 | <p> |
498 | <p> |
| 391 | Some applications use their own font, and you will have to |
499 | Some applications use their own font, and you will have to tell them separately |
| 392 | tell them separately to use a font with the Euro symbol. You |
500 | to use a font with the Euro symbol. You can do this at a user-specific level in |
| 393 | can do this at a user-specific level in |
|
|
| 394 | <path>.Xdefaults</path> (you can copy this file to |
501 | <path>.Xdefaults</path> (you can copy this file to <path>/etc/skel/</path> for |
| 395 | <path>/etc/skel/</path> for use by new users), or at a global |
502 | use by new users), or at a global level for any application with a resource file |
| 396 | level for any application with a resource file in |
|
|
| 397 | <path>/usr/X11R6/lib/X11/app-defaults/</path> (like xterm). In |
503 | in <path>/usr/share/X11/app-defaults/</path> (like xterm). In these files you |
| 398 | these files you generally have to change an existing line, |
504 | generally have to change an existing line, rather than adding a new one. To |
| 399 | rather than adding a new one. To change our xterm font, for |
505 | change our xterm font, for instance: |
| 400 | instance: |
|
|
| 401 | </p> |
506 | </p> |
| 402 | |
507 | |
| 403 | <pre caption="setting fonts for xterm"> |
508 | <pre caption="Setting fonts for xterm"> |
| 404 | <comment>(in your home directory)</comment> |
509 | <comment>(in your home directory)</comment> |
| 405 | # <i>echo 'XTerm*font: fixed' >> .Xresources </i> |
510 | $ <i>echo 'XTerm*font: fixed' >> .Xresources </i> |
| 406 | # <i>xrdb -merge .Xresources</i> |
511 | $ <i>xrdb -merge .Xresources</i> |
| 407 | </pre> |
512 | </pre> |
| 408 | |
513 | |
| 409 | </body> |
514 | </body> |
| 410 | </section> |
515 | </section> |
| 411 | <section> |
516 | <section> |
| … | |
… | |
| 425 | For XEmacs (not plain Emacs), you have to do a little |
530 | For XEmacs (not plain Emacs), you have to do a little |
| 426 | more. In <path>/home/user/.xemacs/init.el</path>, add: |
531 | more. In <path>/home/user/.xemacs/init.el</path>, add: |
| 427 | </p> |
532 | </p> |
| 428 | |
533 | |
| 429 | <pre caption="setting the font for xemacs"> |
534 | <pre caption="setting the font for xemacs"> |
| 430 | (define-key global-map '(EuroSign) '[€]) |
535 | (define-key global-map '(EuroSign) '[€]) |
| 431 | </pre> |
536 | </pre> |
| 432 | |
537 | |
| 433 | <note> |
538 | <note> |
| 434 | The symbol in the []s is the Euro symbol. |
539 | The symbol in the []s is the Euro symbol. |
| 435 | </note> |
540 | </note> |
| 436 | |
541 | |
| 437 | </body> |
542 | </body> |
| 438 | </section> |
543 | </section> |
| 439 | <section> |
544 | <section> |
| 440 | <title>Language for OpenOffice.org</title> |
545 | <title>OpenOffice.Org</title> |
| 441 | <body> |
546 | <body> |
| 442 | |
547 | |
| 443 | <note> |
|
|
| 444 | Customized default language is not available for openoffice-bin ebuild. The |
|
|
| 445 | default language in the openoffice-bin is ENUS. |
|
|
| 446 | </note> |
|
|
| 447 | |
|
|
| 448 | <p> |
|
|
| 449 | Please note that this package now uses the LINGUAS variable to |
|
|
| 450 | provide localization. The old LANGUAGE=ENUS|PORT system does <e>not</e> work |
|
|
| 451 | anymore. The default language for OpenOffice.org is set as "US English". If you |
|
|
| 452 | wish to change the default language for OpenOffice.org, check the ebuild for the |
|
|
| 453 | default language code. |
|
|
| 454 | </p> |
548 | <p> |
| 455 | |
549 | The current stable <c>app-office/openoffice</c> and |
| 456 | <pre caption="Example: emerge openoffice for german environment"> |
550 | <c>app-office/openoffice-bin</c> ebuilds support the <uri |
| 457 | # <i>nano -w /etc/make.conf</i> |
551 | link="#variables">LINGUAS variable</uri> for selecting installed GUI language |
| 458 | <comment>(Add in the LINGUAS variable. For instance, for the German language:)</comment> |
552 | packs. To see the status of GUI translation, hyphenation, spell checking and |
| 459 | LINGUAS="de" |
553 | other localisations on your language, please refer to <uri |
| 460 | |
554 | link="http://l10n.openoffice.org/languages.html">OpenOffice.Org localisation |
| 461 | <comment>(Now install openoffice)</comment> |
555 | web site</uri>. |
| 462 | # <i>emerge openoffice</i> |
|
|
| 463 | </pre> |
556 | </p> |
| 464 | |
557 | |
| 465 | </body> |
558 | </body> |
| 466 | </section> |
559 | </section> |
| 467 | </chapter> |
560 | </chapter> |
| 468 | |
561 | |