Skip to content
Snippets Groups Projects
Commit 6a203a9c authored by Jean-Noël Avila's avatar Jean-Noël Avila
Browse files

reorganize some priorities


Glossary should come first, to help translator settle on specific
terms. Then fast-{import,export} is really not prioritary.

Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
parent b1a8d5c6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ import sys
import re
from os.path import join, dirname
SECTIONS = {300: ["en/git-init.txt",
SECTIONS = {310: ["en/gitglossary.txt"],
300: ["en/git-init.txt",
"en/git-clone.txt",
"en/git-add.txt"],
280: ["en/git-status.txt",
......@@ -39,6 +40,8 @@ SECTIONS = {300: ["en/git-init.txt",
"en/git-cvsserver.txt",
"en/git-unpack-file.txt",
"en/git-unpack-objects.txt",
"en/git-fast-export.txt",
"en/git-fast-import.txt",
"en/git-fetch-pack.txt",
"en/git-filter-branch.txt",
"en/git-update-server-info.txt",
......@@ -63,6 +66,7 @@ SECTIONS = {300: ["en/git-init.txt",
"en/git-commit-tree.txt",
"en/git-count-objects.txt",
"en/git-diff-index.txt",
"en/git-diff-tree.txt",
"en/git-for-each-ref.txt",
"en/git-hash-object.txt",
"en/git-ls-files.txt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment