Syncing Japanese docs

h/t Shin-ichi

Also adds missing "Windows 7" to where files are saved (FAQ & README)
(also h/t Shin-ichi)
This commit is contained in:
Bill Kendrick 2024-06-02 10:16:10 -07:00
parent 6bc8d185a4
commit fb28360d5d
17 changed files with 208 additions and 213 deletions

View file

@ -231,7 +231,7 @@
<p>
Your personal Tux Paint folder is stored in your personal "Application Data". For example, on newer Windows:
<blockquote>
<nobr><code style='background: #EEE;'>C:\Users\username\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
<nobr><code style='background: #EEE;'>C:\Users\ユーザー名\AppData\Roaming\TuxPaint\</code></nobr> </blockquote>
</p>
</dd>
@ -239,14 +239,14 @@
<dd>
<p>
Your personal Tux Paint folder is stored in your personal <nobr>"<code style='background: #EEE;'>Application Support</code>"</nobr> folder: <blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>username</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
<nobr><code style='background: #EEE;'>/Users/<i>ユーザー名</i>/Library/Application Support/TuxPaint/</code></nobr> </blockquote>
</p>
</dd>
<dt><strong>Linux and Unix</strong></dt>
<dd>
<p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/</code>"</nobr>. </p>
Your personal Tux Paint files go into a 'hidden directory' found in your account's home directory: <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/</code>"</nobr>. </p>
<p>
Don't forget the period ("<code>.</code>") before the "<code>tuxpaint</code>"! </p>
</dd>
@ -256,7 +256,7 @@
To add your own brushes, stamps, 'starters,' templates, and fonts, create subdirectories under your personal Tux Paint directory named "<code><b>brushes</b></code>", "<code><b>stamps</b></code>", "<code><b>starters</b></code>", "<code><b>templates</b></code>", "<code><b>fonts</b></code>", respectively. </p>
<p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/username/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
(For example, if you created a brush named <nobr>"<code style='background: #EEE;'>flower.png</code>"</nobr>, you would put it in <nobr>"<code style='background: #EEE;'>/home/ユーザー名/.tuxpaint/brushes/</code>"</nobr> under Linux or Unix.) </p>
</section><!-- H2: Personal Files -->
</section><!-- H1: Where Files Go -->