mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- locale: since focus deutsch.locale isn't longer the masterfile
This commit is contained in:
@@ -12,7 +12,7 @@ directory: /var/tuxbox/config/locale or /share/tuxbox/neutrino/locale
|
||||
|
||||
Master file:
|
||||
------------
|
||||
deutsch.locale is considered the master file.
|
||||
english.locale is considered the master file.
|
||||
|
||||
|
||||
Verfication of .locale files:
|
||||
@@ -27,15 +27,14 @@ Use the check.locale.files shell script for detecting
|
||||
How do I add a new locale string?
|
||||
---------------------------------
|
||||
1.)
|
||||
First of all, add the new string to deutsch.locale while preserving
|
||||
First of all, add the new string to english.locale while preserving
|
||||
the ordering. Do not add any empty lines.
|
||||
|
||||
2.)
|
||||
Enter the directory build_tmp/neutrino-hd/data/locale.
|
||||
|
||||
3.)
|
||||
Use for sorting (deutsch.locale,english.locale) 'make sort-locals', use 'make ordercheck' to for
|
||||
verification.
|
||||
Use for sorting 'make sort-locals', use 'make ordercheck' to for verification.
|
||||
|
||||
4.)
|
||||
Create new versions of the files src/system/locals.h and src/system/locals_intern.h
|
||||
@@ -60,7 +59,7 @@ locale-files, src/system/locals.h, and src/system/locals_intern.h.
|
||||
|
||||
Useful tools:
|
||||
-------------
|
||||
- emacs (add '(file-coding-system-alist (quote (("\\.locale\\'" . utf-8-unix) ("" undecided)))) to .emacs or use "C-x <RET> c utf-8 <RET> C-x C-f deutsch.locale")
|
||||
- emacs (add '(file-coding-system-alist (quote (("\\.locale\\'" . utf-8-unix) ("" undecided)))) to .emacs or use "C-x <RET> c utf-8 <RET> C-x C-f english.locale")
|
||||
- iconv
|
||||
- sort
|
||||
- uxterm
|
||||
|
Reference in New Issue
Block a user