[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e34f96e50ddd88599d57ffcb293ba52641946b68

Ville Skyttä ville.skytta at iki.fi
Mon Jul 13 15:28:47 UTC 2009


The following commit has been merged in the master branch:
commit e34f96e50ddd88599d57ffcb293ba52641946b68
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Jul 13 18:28:42 2009 +0300

    Associate *.po with poedit, gtranslator, kbabel, and lokalize.

diff --git a/CHANGES b/CHANGES
index 1956f53..a7179f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -93,6 +93,7 @@ bash-completion (1.x)
   * Associate OOXML/MS Office 2007 extensions with OpenOffice applications.
   * Associate .tsv with oocalc.
   * Add xmlwf completion.
+  * Associate *.po with poedit, gtranslator, kbabel, and lokalize.
 
   [ Todd Zullinger ]
   * Make yum complete on filenames after install, deplist, update and upgrade
diff --git a/bash_completion b/bash_completion
index 8351014..f1ccb20 100644
--- a/bash_completion
+++ b/bash_completion
@@ -144,6 +144,7 @@ complete -f -X '!*.odb' oobase
 complete -f -X '!*.rpm' rpm2cpio
 complete -f -X '!*.sqlite' sqlite3
 complete -f -X '!*.aux' bibtex
+complete -f -X '!*.po' poedit gtranslator kbabel lokalize
 # FINISH exclude -- do not remove this line
 
 # start of section containing compspecs that can be handled within bash

-- 
bash-completion



More information about the Bash-completion-commits mailing list