[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-doc
Subject:    Re: Review Request 7143: Allow setting fallback path to l10n module with plural master files
From:       "Luigi Toscano" <luigi.toscano () tiscali ! it>
Date:       2015-06-29 20:48:50
Message-ID: 20150629204850.5840.5373 () mimi ! kde ! org
[Download RAW message or body]

--===============0704001123563741661==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://svn.reviewboard.kde.org/r/7143/#review11182
-----------------------------------------------------------

Ship it!


Please apply to both trunk/l10n-kf5 and branches/stable/l10n-kf5 for now, to keep \
them in sync. In the long term we should have only one canonical copy of the script \
and use it in both branches.

- Luigi Toscano


On Giu. 28, 2015, 9:26 p.m., Alexander Potashev wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://svn.reviewboard.kde.org/r/7143/
> -----------------------------------------------------------
> 
> (Updated Giu. 28, 2015, 9:26 p.m.)
> 
> 
> Review request for Localization and Translation (l10n).
> 
> 
> Repository: kde
> 
> 
> Description
> -------
> 
> This should let open the door to fix `check_po_files` in branches/stable/l10n-kf5. \
> It did not work because branches/stable/l10n-kf5 does not contain the files \
> $lang/messages/frameworks/{kcoreaddons_qt.po,ki18n.po} used as reference for plural \
> formulas for *_qt.po translations and KI18n-based translations (all other *.po \
> files.) 
> 
> Diffs
> -----
> 
> branches/stable/l10n-kf5/scripts/check_po_files 1430751 
> 
> Diff: https://svn.reviewboard.kde.org/r/7143/diff/
> 
> 
> Testing
> -------
> 
> 1. This works, i.e. the: plural master file is found by the script:
> cd ~/kderu/kde/branches/stable/l10n-kf5
> PLURAL_MASTER_PATH=/home/aspotashev/kderu/kde/trunk/l10n-kf5 \
> ./scripts/check_po_files 
> 2. This still works:
> cd ~/kderu/kde/trunk/l10n-kf5
> ./scripts/check_po_files
> 
> 
> Thanks,
> 
> Alexander Potashev
> 
> 


--===============0704001123563741661==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://svn.reviewboard.kde.org/r/7143/">https://svn.reviewboard.kde.org/r/7143/</a>
  </td>
    </tr>
   </table>
   <br />



 <p>Ship it!</p>



 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: \
inherit;">Please apply to both trunk/l10n-kf5 and branches/stable/l10n-kf5 for now, \
to keep them in sync. In the long term we should have only one canonical copy of the \
script and use it in both branches.</p></pre>  <br />









<p>- Luigi Toscano</p>


<br />
<p>On giugno 28th, 2015, 9:26 p.m. UTC, Alexander Potashev wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for Localization and Translation (l10n).</div>
<div>By Alexander Potashev.</div>


<p style="color: grey;"><i>Updated Giu. 28, 2015, 9:26 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kde
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;">This should let open the door to fix `check_po_files` in \
branches/stable/l10n-kf5. It did not work because branches/stable/l10n-kf5 does not \
contain the files $lang/messages/frameworks/{kcoreaddons_qt.po,ki18n.po} used as \
reference for plural formulas for *_qt.po translations and KI18n-based translations \
(all other *.po files.)</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><ol style="padding: 0;text-rendering: inherit;margin: 0 0 0 \
2em;line-height: inherit;white-space: normal;"> <li style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: normal;"> <p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">This \
works, i.e. the: plural master file is found by the script:  cd \
~/kderu/kde/branches/stable/l10n-kf5  \
PLURAL_MASTER_PATH=/home/aspotashev/kderu/kde/trunk/l10n-kf5 \
./scripts/check_po_files</p> </li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: normal;"> <p style="padding: 0;text-rendering: inherit;margin: \
0;line-height: inherit;white-space: inherit;">This still works:  cd \
                ~/kderu/kde/trunk/l10n-kf5
   ./scripts/check_po_files</p>
</li>
</ol></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>branches/stable/l10n-kf5/scripts/check_po_files <span style="color: \
grey">(1430751)</span></li>

</ul>

<p><a href="https://svn.reviewboard.kde.org/r/7143/diff/" style="margin-left: \
3em;">View Diff</a></p>






  </td>
 </tr>
</table>







  </div>
 </body>
</html>


--===============0704001123563741661==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic