-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
Código-fonte 1 is the proper spelling for source code's translation, but there are several occurrences of "código fonte" in Brazilian's translation of Python documentation, mainly in "library-" files. Could you please run some mass substitution combined with the proper tx pull
and tx push
to avoid loosing translation?
I think it is enough to run the following from the repository root directory:
$ sed -i $(find . -name '*.po') \
-e 's/código fonte/código-fonte/' \
-e 's/Código Fonte/Código-fonte/' \
-e 's/Código fonte/Código-fonte/'