Revised the strings in babel-utils.py and babel-utils-test-site.py.
This commit is contained in:
parent
85d1b13ccd
commit
3ca246d3e0
@ -129,5 +129,5 @@ def __update_file_rev_date(file: Path) -> None:
|
|||||||
main.add_command(babel_extract)
|
main.add_command(babel_extract)
|
||||||
main.add_command(babel_compile)
|
main.add_command(babel_compile)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
@ -129,5 +129,5 @@ def __update_file_rev_date(file: Path) -> None:
|
|||||||
main.add_command(babel_extract)
|
main.add_command(babel_extract)
|
||||||
main.add_command(babel_compile)
|
main.add_command(babel_compile)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user