forked from mirrors/nixpkgs
db684fc9ec
FriBID is an open source software for the Swedish e-id system called BankID. FriBID also supports processor architectures and Linux/BSD distributions that the official software doesn't support. https://fribid.se/index.en.html FriBID plugin is a firefoxWrapper plugin. Enabled by setting: nixpkgs.config.enableFriBIDPlugin = true
17 lines
648 B
Diff
17 lines
648 B
Diff
--- a/translations/Makefile 2013-09-18 07:25:16.503800613 +0200
|
|
+++ b/translations/Makefile 2013-09-18 07:25:29.495869405 +0200
|
|
@@ -38,7 +38,7 @@
|
|
all: template.pot $(MOFILES)
|
|
|
|
template.pot: $(POTFILES) $(DEFINES)
|
|
- xgettext -k_ -ktranslatable -d $(DOMAIN) --package-name=$(PACKAGENAME) --package-version=$(PACKAGEVERSION) --copyright-holder='YOUR NAME' -o $@ $(POTFILES)
|
|
+ intltool-update --gettext-package=$(PACKAGENAME) -o $@ sv
|
|
|
|
.po.mo:
|
|
msgfmt $< -o $@
|
|
--- a/translations/POTFILES.in 2013-09-16 20:28:56.766106014 +0200
|
|
+++ b/translations/POTFILES.in 2013-09-18 13:15:05.252689648 +0200
|
|
@@ -0,0 +1,2 @@
|
|
+client/gtk.c
|
|
+client/gtk/sign.glade
|