mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-02 23:27:28 +01:00
oops
This commit is contained in:
parent
7f33868561
commit
644ac99bbd
1 changed files with 8 additions and 8 deletions
|
|
@ -213,14 +213,14 @@ def osx(self, req):
|
|||
<li>In order for the conversion of RTF to LRF to support WMF images (common in older RTF files) you need to install ImageMagick.</li>
|
||||
<li>In order for localization of the user interface in your language you must create the file <code>~/.MacOSX/environment.plist</code> as shown below:
|
||||
<pre class="wiki">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>LANG</key>
|
||||
<string>de_DE</string>
|
||||
</dict>
|
||||
</plist>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>LANG</key>
|
||||
<string>de_DE</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</pre>
|
||||
The example above is for the German language. Substitute the language code you need.
|
||||
After creating the file you need to log out and log in again for the changes to become
|
||||
|
|
|
|||
Loading…
Reference in a new issue