diff options
author | EuAndreh <eu@euandre.org> | 2020-11-04 17:38:20 -0300 |
---|---|---|
committer | nixpkgs-review <nixpkgs-review@example.com> | 2020-11-04 17:38:31 -0300 |
commit | 74e220677ac2cb1bef16d0f62092d56db6f62e1d (patch) | |
tree | 584206f01cc1b1a2dffedbffb943d4d7fb601ac2 /locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po | |
parent | Update mdpo version: 0.2.36 -> 0.2.37 (diff) | |
download | euandre.org-74e220677ac2cb1bef16d0f62092d56db6f62e1d.tar.gz euandre.org-74e220677ac2cb1bef16d0f62092d56db6f62e1d.tar.xz |
Add all code blocks to translation po files
Diffstat (limited to 'locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po')
-rw-r--r-- | locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po b/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po index ded01f2..5668d46 100644 --- a/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po +++ b/locale/pt/LC_MESSAGES/_tils/2020-08-16-search-in-git.po @@ -50,3 +50,22 @@ msgid "" "[0]: {% link _tils/2020-08-14-browse-a-git-repository-at-a-specific-" "commit.md %}" msgstr "" + +msgid "" +"git show\n" +"# shows the latest commit\n" +"git show <commit>\n" +"# shows an specific <commit>\n" +"git show v1.2\n" +"# shows commit tagged with v1.2\n" +msgstr "" + +msgid "git log --grep='refactor'\n" +msgstr "" + +msgid "" +"git grep 'TODO'\n" +"# search the repository for the \"TODO\" string\n" +"git grep 'TODO' $(git rev-list --all)\n" +"# search the whole history for \"TODO\" string\n" +msgstr "" |