bb4a2daade
Add translation of manual pages, and update the translation of strings. Bug-Debian: https://bugs.debian.org/1080487 [alx: fix typo: po => ro] Reviewed-by: Alejandro Colomar <alx@kernel.org>
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
# LINGUAS
|
|
|
|
LINGUAS = da de fr it pl pt ro ru sv uk zh_CN
|
|
|
|
# These variables are generated based on the LINGUAS list
|
|
POFILES = $(patsubst %,$(srcdir)/%.po,$(LINGUAS))
|
|
UPDATEPOFILES = $(patsubst %,%.po-update,$(LINGUAS))
|
|
DUMMYPOFILES = $(patsubst %,%.nop,$(LINGUAS))
|