From: Gervase Markham Date: Sat, 23 Jul 2016 14:00:46 +0000 (+0100) Subject: Bug 1226865 - more fixes to Localiser's Guide (replace wrongly HTML-encoded >) X-Git-Tag: release-5.1.2~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ed4083d13124291080dfbb2ea7597cc617a12d;p=thirdparty%2Fbugzilla.git Bug 1226865 - more fixes to Localiser's Guide (replace wrongly HTML-encoded >) --- diff --git a/docs/en/rst/localizing/caveats.rst b/docs/en/rst/localizing/caveats.rst index 3275562b95..b08dc4f472 100644 --- a/docs/en/rst/localizing/caveats.rst +++ b/docs/en/rst/localizing/caveats.rst @@ -54,7 +54,7 @@ lines of template code:
  • The account has been added to the [% groups_added_to.join(', ') FILTER html %] - group[% 's' IF groups_added_to.size > 1 %]. + group[% 's' IF groups_added_to.size > 1 %].
  • [% END %] @@ -73,7 +73,7 @@ Again, insert a "+" sign: <li> The account has been added to the [%+ groups_added_to.join(', ') FILTER html %] - group[% 's' IF groups_added_to.size > 1 %]. + group[% 's' IF groups_added_to.size > 1 %]. </li> [% END %] @@ -101,7 +101,7 @@ would give for instance the following: [% IF groups_added_to.size %]
  • Le compte a été ajouté - [% IF groups_added_to.size > 1 %] + [% IF groups_added_to.size > 1 %] aux groupes[% ELSE %]au groupe[% END %][%+ groups_added_to.join(', ') FILTER html %].
  • [% END %] @@ -165,7 +165,7 @@ Let's say we have the following:

    Sorry, there - [% IF comp.bug_count > 1 %] + [% IF comp.bug_count > 1 %] are [% comp.bug_count %] [%+ terms.bugs %] [% ELSE %] is [% comp.bug_count %] [%+ terms.bug %] @@ -173,7 +173,7 @@ Let's say we have the following: pending for this component. You should reassign - [% IF comp.bug_count > 1 %] + [% IF comp.bug_count > 1 %] these [% terms.bugs %] [% ELSE %] this [% terms.bug %] @@ -228,7 +228,7 @@ Then, the previous code should look like: for this component. You should reassign - [% IF comp.bug_count > 1 %] + [% IF comp.bug_count > 1 %] these [% terms.bugs %] [% ELSE %] this [% terms.bug %]