Skip to content

Commit afe4775

Browse files
authored
Update README.md
1 parent 03ef39b commit afe4775

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,19 @@ supportxmr-gui requires ECMAScript 5 (Chrome 23, Firefox 21, IE 10, Safari 6, Op
3939

4040
Tor in high-security mode blocks svg elements and this UI is entirely svg-based. Tor's other security modes work fine.
4141

42-
A very optimized font file is used and does not support accents or special characters. For international support you can substitute your own font with the necessary glyphs in the stylesheet. Any condensed sans-serif font will work fine as a substitute and you can optimize the font file for your needs.
42+
A very optimized font file is used and does not support accents or special characters. See the Language and Localization section to increase compatibility.
4343

4444
<b>Hosting</b><br>
4545
supportxmr-gui just needs the web server of your choice to serve favicon.ico and index.html which is a good candidate for Gzip compression.
4646

4747
The static files are best served on CDN and can have a long cache. This speeds up load times, increases your concurrency and will have some downages go unnoticed.
4848

4949
<b>Language and Localization</b><br>
50-
supportxmr-gui automatically localizes decimals, thousand seperators, percent and time formats based on the users browser settings. Language used in the UI has been organized into a single point of configuration to make translation easier. There is also an optional font pack provided that extends glyph support to Latin W01 & W02: Albanian (sq), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), English (en), Estonian (et), Finnish (fi), French (fr), German (de), Hungarian (hu), Icelandic (is), Italian (it), Latvian (lv), Lithuanian (lt), Norwegian (nn), Polish (pl), Portuguese (pt), Romanian (ro), Slovak (sk), Slovenian (sl), Spanish (es), Swedish (sv), Turkish (tr), Welsh (cy).
50+
supportxmr-gui automatically localizes decimals, thousand seperators, percent and time formats based on the users browser settings. Language used in the UI has been organized into a single point of configuration to make translation easier.
51+
52+
There is also an optional font pack provided that extends glyph support to Latin W01 & W02: Albanian (sq), Croatian (hr), Czech (cs), Danish (da), Dutch (nl), English (en), Estonian (et), Finnish (fi), French (fr), German (de), Hungarian (hu), Icelandic (is), Italian (it), Latvian (lv), Lithuanian (lt), Norwegian (nn), Polish (pl), Portuguese (pt), Romanian (ro), Slovak (sk), Slovenian (sl), Spanish (es), Swedish (sv), Turkish (tr), Welsh (cy).
53+
54+
For additional language support you can substitute your own font with the necessary glyphs in the stylesheet. Any condensed sans-serif font will work fine as a substitute and you can optimize the font file for your needs.
5155

5256

5357

0 commit comments

Comments
 (0)