Some small fixes (grrr, python imports...).
This commit is contained in:
parent
c0e004bd61
commit
1fc3f91016
@ -31,16 +31,17 @@
|
||||
import sys
|
||||
|
||||
try:
|
||||
import settings
|
||||
import utils
|
||||
except:
|
||||
from . import utils
|
||||
from . import (settings, utils)
|
||||
|
||||
|
||||
def main():
|
||||
import argparse
|
||||
parser = argparse.ArgumentParser(description="" \
|
||||
"Merge one or more .po files into the first dest one.\n" \
|
||||
"If a msgkey (msgid, msgctxt) is present in more than " \
|
||||
"If a msgkey (msgctxt, msgid) is present in more than " \
|
||||
"one merged po, the one in the first file wins, unless " \
|
||||
"it’s marked as fuzzy and one later is not.\n" \
|
||||
"The fuzzy flag is removed if necessary.\n" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user