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

Commitc68037e

Browse files
committed
Agrega paso a CI para chequear orden en TRANSLATORS
Cuando nueva gente se agregue a sí misma a la lista de autores enTRANSLATORS, este nuevo paso en GitHub actions corroborará que elarchivo TRANSLATORS sigue estando ordenado alfabéticamente, y generaráun error de no ser éste el caso.Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parentcb48cb6 commitc68037e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
-name:Instalar dependencias
2323
run:|
2424
sudo apt-get update
25-
sudo apt-get install -y hunspell hunspell-es gettext
25+
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es
2626
python -m pip install -r requirements.txt
2727
pip list
2828
pospell --version
2929
powrap --version
30+
-name:TRANSLATORS
31+
run:|
32+
diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS)
3033
-name:Powrap
3134
run:powrap --check --quiet **/*.po
3235
-name:Pospell

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp