<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Slovenian translation bug"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138958#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Slovenian translation bug"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138958">bug 138958</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>here's my output:

julien@debianamd:~/lo/libo_perf$ git branch
* master
julien@debianamd:~/lo/libo_perf$ git pull -r
Already up to date.
julien@debianamd:~/lo/libo_perf$ cd translations/
julien@debianamd:~/lo/libo_perf/translations$ git pull -r
You are not currently on a branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details.

    git pull <remote> <branch>

julien@debianamd:~/lo/libo_perf/translations$ git branch
* (HEAD detached at 129365b9a82)
  master
julien@debianamd:~/lo/libo_perf/translations$ git log -1
commit 129365b9a82c839c794b7747e6148dd0073779cb (HEAD, origin/master,
origin/HEAD)
Author: Christian Lohmaier <<a href="mailto:lohmaier+LibreOffice@googlemail.com">lohmaier+LibreOffice@googlemail.com</a>>
Date:   Tue Dec 15 15:01:11 2020 +0100

    update translations for master/7.1.0 rc1

    and force-fix errors using pocheck

    Change-Id: I64d1494dbed7adfa393e79f9b798725ad8c68350

julien@debianamd:~/lo/libo_perf$ cat .git/config 
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = ssh://logerrit/core
        #url = <a href="https://cgit.freedesktop.org/libreoffice/core/log">https://cgit.freedesktop.org/libreoffice/core/log</a>
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[submodule "translations"]
        active = true
        url = <a href="https://gerrit.libreoffice.org/translations">https://gerrit.libreoffice.org/translations</a>
[submodule "dictionaries"]
        active = true
        url = <a href="https://gerrit.libreoffice.org/dictionaries">https://gerrit.libreoffice.org/dictionaries</a>
[submodule "helpcontent2"]
        active = true
        url = <a href="https://gerrit.libreoffice.org/help">https://gerrit.libreoffice.org/help</a>
[protocol]
        version = 2

shouldn't I got the fixed strings?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>