Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mejorar script para encontrar diferencias de formato#1783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
cmaureir wants to merge5 commits into3.13
base:3.13
Choose a base branch
Loading
fromformat_diff_update
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Arreglando comentarios revisión
  • Loading branch information
@cmaureir
cmaureir committedOct 25, 2022
commit518517d351b6835af03339475848c590a7b99269
6 changes: 3 additions & 3 deletionsscripts/format_differences.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -39,8 +39,8 @@
"``[^`]+``",
"`[^`]+`__",
"`[^`]+`_",
"\*\*[^\*]+\*\*", # bold text between **
"\*[^\*]+\*", # italic text between *
r"\*\*[^\*]+\*\*", # bold text between **
r"\*[^\*]+\*", # italic text between *
]

_exps = [re.compile(e) for e in _patterns]
Expand DownExpand Up@@ -86,7 +86,7 @@ def ind(level=0):
else:
files = [i for i in PO_DIR.glob("**/**/*.po") if not i.is_relative_to(VENV_DIR)]

fori,pofilename inenumerate(files):
for pofilename in files:
print(f"\n> Processing {pofilename}")
po = polib.pofile(pofilename)

Expand Down

[8]ページ先頭

©2009-2026 Movatter.jp