https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35650

            Bug ID: 35650
           Summary: 'Check the logs' string dot-inconsistent
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

I found this when translating. If you run:

$ git grep 'Check the logs'

you will notice in most cases the structure is:

<Something happened>. Check the logs.
or
<Something happened>. Check the logs for details

But in some the dot is missing. The inconsistency causes (probably) the
constant changes in the translation system in which the same string sometimes
has the dot, sometimes it doesn't and it is changed all the time the same way.

I think the correct form is to use the dot, and is also the more widespread. So
I'm proposing to stick with using the dot:

$ git grep 'Check the logs' | wc -l
      31

$ git grep 'Check the logs\.' | wc -l
      17

$ git grep 'Check the logs ' | wc -l
      3

$ git grep -e 'Check the logs\"' -e 'Check the logs<' | wc -l
      11

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to