Skip to content

Commit

Permalink
Danish locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 3, 2009
1 parent e86e2ee commit 8140f17
Show file tree
Hide file tree
Showing 5 changed files with 10,232 additions and 1 deletion.
7 changes: 7 additions & 0 deletions admin/new-lang
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ for loc in docs gammu libgammu ; do
done

sed -i "s/\(.*po4a_langs.*\)/\1 $1/" admin/po4a.config

svn add locale/$1

tmp=`mktemp`
svn propget svn:ignore locale/cs/ > $tmp
svn propset svn:ignore -F $tmp locale/$1
rm -f $tmp
2 changes: 1 addition & 1 deletion admin/po4a.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[po4a_langs] cs de es fr id it pl ru zh_CN af bg ca el et fi gl he hu ko nl pt_BR sk sv zh_TW
[po4a_langs] cs de es fr id it pl ru zh_CN af bg ca el et fi gl he hu ko nl pt_BR sk sv zh_TW da
[po4a_paths] locale/docs.pot $lang:locale/$lang/docs.po
[type: man] docs/user/gammu.1 $lang:docs/user/$lang/gammu.1
[type: man] docs/user/gammurc.5 $lang:docs/user/$lang/gammurc.5
Expand Down
Loading

0 comments on commit 8140f17

Please sign in to comment.