Skip to content

Fix "código fonte" to "código-fonte" #3

@rffontenelle

Description

@rffontenelle

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/'


1: https://pt.wikipedia.org/wiki/Código-fonte

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions