Skip to content

Commit

Permalink
Improved translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sb0001 committed Nov 1, 2021
1 parent bf4613d commit bb38044
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 6 deletions.
1 change: 1 addition & 0 deletions lang/ar_AR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,4 @@ Yes_Im_in = "نعم أنا موجود"
Nope = "لا"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/de_DE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Ja, ich bin dabei!"
Nope="Nein, danke."
Page="Seite"
of="von"
Posts_by="Beiträge von"
1 change: 1 addition & 0 deletions lang/en_US.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/es_ES.ini
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/fr_FR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Oui, je suis prêt"
Nope="Non !"
Page="Page"
of="de"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/hu_HU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/id_ID.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Ya, saya ikut"
Nope="Nggak"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/it_IT.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/ko_KO.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in = "그래, 난에있어"
Nope = "아니"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/ms_MY.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in = "Ya saya setuju"
Nope = "Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/nl_NL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Ja, ik doe mee"
Nope="Nietes"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/pl_PL.ini
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/pt_BR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Sim, estou dentro"
Nope="Não"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/ru_RU.ini
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/sv_SE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/tr_TR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
1 change: 1 addition & 0 deletions lang/zh_TW.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,4 @@ Yes_Im_in="Yes I'm in"
Nope="Nope"
Page="Page"
of="of"
Posts_by="Posts by"
12 changes: 6 additions & 6 deletions themes/twentyfifteen/post.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
<style>.related {padding-bottom:2em;}.related p {margin-top:0;margin-bottom:0.5em;} .related ul {margin-left:1em;}</style>
<div class="related entry-content">
<hr>
<p><strong>Related Posts</strong></p>
<p><strong><?php echo i18n('Related_posts');?></strong></p>
<?php echo get_related($p->related);?>
</div>
<div class="author-info">
<h2 class="author-heading">Published by</h2>
<h2 class="author-heading"><?php echo i18n('Published').' '.i18n('by');?></h2>
<div class="author-avatar">
<img width="56" height="56" class="avatar avatar-56" src="<?php echo site_url();?>themes/twentyfifteen/images/avatar.png" alt="<?php echo $author->name; ?>">
<img width="56" height="56" class="avatar avatar-56" src="<?php echo site_url();?>themes/twentyfifteen/images/avatar.png" alt="<?php echo $author->name; ?>">
</div><!-- .author-avatar -->
<div class="author-description">
<h3 class="author-title"><?php echo $author->name; ?></h3>
Expand All @@ -63,9 +63,9 @@
<?php echo $p->tag; ?>
</span>
<?php if (disqus_count()) { ?>
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> comments</a></span>
<span class="comments-link"><a href="<?php echo $p->url ?>#disqus_thread"> <?php echo i18n('comments');?></a></span>
<?php } elseif (facebook()) { ?>
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> comments</span></a></span>
<span class="comments-link"><a href="<?php echo $p->url ?>#comments"><span><fb:comments-count href=<?php echo $p->url ?>></fb:comments-count> <?php echo i18n('comments');?></span></a></span>
<?php } ?>
</footer>
</article>
Expand Down Expand Up @@ -95,4 +95,4 @@
<div class="nav-next"><a style="background-image: url(<?php echo($next['image']); ?>);<?php if (!empty($next['image'])):?>color:#fff;<?php endif;?>" rel="next" href="<?php echo($next['url']); ?>"><span style="<?php if (!empty($next['image'])):?>color:#fff;<?php endif;?>" aria-hidden="true" class="meta-nav">Next</span> <span class="screen-reader-text">Next post:</span> <span class="post-title"><?php echo($next['title']); ?></span></a></div>
<?php endif; ?>
</div>
</nav>
</nav>

0 comments on commit bb38044

Please sign in to comment.