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

remove the requirement to sort the dict file.#360

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

Merged
raulcd merged 2 commits into3.8fromdont_sort_dict
May 24, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
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
5 changes: 0 additions & 5 deletions.pre-commit-config.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,8 +9,3 @@ repos:
hooks:
- id: pospell
args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES', '--language', 'es_AR']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: file-contents-sorter
files: dict
1 change: 1 addition & 0 deletions.travis.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,6 +11,7 @@ install:
script:
- powrap --check --quiet **/*.po
- pospell -p dict -l es_AR -l es_ES **/*.po
- make dict_dups
- make build
branches:
only:
Expand Down
15 changes: 15 additions & 0 deletionsMakefile
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,6 +31,7 @@ help:
@echo " spell Check spelling"
@echo " wrap Wrap all the PO files to a fixed column width"
@echo " progress To compute current progression on the tutorial"
@echo " dict_dupsCheck duplicated entries on the dict"
@echo ""


Expand DownExpand Up@@ -94,3 +95,17 @@ spell: venv
.PHONY: wrap
wrap: venv
$(VENV)/bin/powrap **/*.po

.PHONY: dict_dups
SHELL:=/bin/bash
.ONESHELL:
dict_dups:
if [[ $$(cat dict| sort | uniq -dc) ]]; then\
echo -e "\n\n\n ####################### \n\n\n"
echo "duplicated lines in the dict file"
uniq -dc dict
exit 1
else
echo "no duplicated lines"
exit 0
fi
21 changes: 0 additions & 21 deletionsdict
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,6 @@ Cookbook
Ctrl
Cython
Distutils
Distutils
FLTK
Fibonacci
Finder
Expand All@@ -42,7 +41,6 @@ Gtk+
HTML
Hammond
Hat
Hat
Henstridge
Hewlett
Hugunin
Expand All@@ -66,7 +64,6 @@ Mac
MacOS
Macintosh
Mandrake
Mandrake
Mark
Microsoft
Mitch
Expand DownExpand Up@@ -106,10 +103,8 @@ SciPy
SimpleFileExFlags
Smalltalk
Solaris
Solaris
Spot
Stein
subdirectorios
TCP
Tcl
Tix
Expand DownExpand Up@@ -144,7 +139,6 @@ backspace
bash
batch
bdist
bdist
big-endian
bloqueante
booleano
Expand DownExpand Up@@ -183,14 +177,11 @@ criptográficamente
curses
customización
customizarlo
códec
datagramas
debugueando
default
desasignar
descompresor
deserialización
deserializar
desreferenciar
desalojable
desambiguar
Expand All@@ -203,11 +194,7 @@ descargable
desasignarán
desasignador
desasignadores
descargable
desasignada
descargable
descompresor
deserialización
deserializar
desinstalador
designadores
Expand DownExpand Up@@ -342,28 +329,21 @@ naif
nonlocal
object
obsérvese
option
or
ordenables
path
pathlib
multiprocesamiento
mutex
mxBase
mxBase
naíf
naífs
ncurses
nonlocal
normalización
object
operando
operandos
onexit
operandos
option
operandos
or
os
pads
parsea
Expand DownExpand Up@@ -439,7 +419,6 @@ script
scripting
scripts
sdux
sdux
search
secuencialmente
seguirle
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp