mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Fix postats.py for branch strings.
This commit is contained in:
parent
7da6214704
commit
94378dde3c
@ -28,10 +28,9 @@ Invocation:
|
||||
"""
|
||||
from __future__ import print_function
|
||||
|
||||
# modify this when you change branch
|
||||
# Note that an empty lyx_branch variable (ie svn trunk)
|
||||
# will "do the right thing".
|
||||
lyx_branch=""
|
||||
# modify this when you change branch (e.g. stats for stable branch).
|
||||
# Note that an empty lyx_branch variable will "do the right thing" for master.
|
||||
lyx_branch="2.3.x"
|
||||
# these po-files will be skipped:
|
||||
ommitted = ('en.po')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user