gnucash-htdocs master: Add Russian translation of the Guide.

John Ralls jralls at code.gnucash.org
Mon Aug 20 20:27:43 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/035792a1 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/ed9c8e84 (commit)



commit 035792a1c3d758524c2f98b5c3ffd47d22ed6bc2
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 20 17:27:38 2018 -0700

    Add Russian translation of the Guide.

diff --git a/docs.phtml b/docs.phtml
index ed162b6..49f788f 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -154,6 +154,17 @@
               <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/pt/gnucash-guide.mobi">
                 <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
             </td></tr>
+            <tr class="doctr">
+            <td><?php echo T_("Russian");?> :</td><td>
+              <a href="<?=$top_dir;?>/viewdoc.phtml?rev=<?=$major_stable;?>&lang=ru&doc=guide">
+                <img class="docicon" alt="online" title="<?php echo T_($online);?>" src="<?=$top_dir;?>/images/icons/online_logo.png" /></a> |
+              <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/ru/gnucash-guide.pdf">
+                <img class="docicon" alt="pdf" title="<?php echo T_($pdf);?>" src="<?=$top_dir;?>/images/icons/pdf_logo.png" /></a> |
+              <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/ru/gnucash-guide.epub">
+                <img class="docicon" alt="epub" title="<?php echo T_($epub);?>" src="<?=$top_dir;?>/images/icons/epub_logo.png" /></a> |
+              <a href="<?=$top_dir;?>/docs/v<?=$major_stable;?>/ru/gnucash-guide.mobi">
+                <img class="docicon" alt="mobi" title="<?php echo T_($mobi);?>" src="<?=$top_dir;?>/images/icons/mobipocket_logo.png" /></a>
+            </td></tr>
           </tbody>
           </table>
         </li>



Summary of changes:
 docs.phtml | 11 +++++++++++
 1 file changed, 11 insertions(+)



More information about the gnucash-changes mailing list