added Spanish translation
This commit is contained in:
parent
6aa0ad4219
commit
d3ec9b09dc
|
@ -8,6 +8,9 @@
|
||||||
# English
|
# English
|
||||||
en_GB.utf8:UTF-8:English (Great Britain)
|
en_GB.utf8:UTF-8:English (Great Britain)
|
||||||
|
|
||||||
|
# Spanish
|
||||||
|
es_ES.utf8:UTF-8:Spanish (Spain)
|
||||||
|
|
||||||
# French
|
# French
|
||||||
fr_FR.utf8:UTF-8:Français (France)
|
fr_FR.utf8:UTF-8:Français (France)
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
# Copyright (C) 2004 Roland Gruber
|
||||||
|
# This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
|
||||||
|
|
||||||
|
# This script is run to update the existing Spanish translations in messages.po
|
||||||
|
|
||||||
|
./make_po
|
||||||
|
msgmerge -v ../locale/es_ES/LC_MESSAGES/messages.po messages.po -o messages.po
|
Loading…
Reference in New Issue