Associate *.po with poedit, gtranslator, kbabel, and lokalize.
This commit is contained in:
parent
acdf4ca55e
commit
e34f96e50d
1
CHANGES
1
CHANGES
@ -93,6 +93,7 @@ bash-completion (1.x)
|
|||||||
* Associate OOXML/MS Office 2007 extensions with OpenOffice applications.
|
* Associate OOXML/MS Office 2007 extensions with OpenOffice applications.
|
||||||
* Associate .tsv with oocalc.
|
* Associate .tsv with oocalc.
|
||||||
* Add xmlwf completion.
|
* Add xmlwf completion.
|
||||||
|
* Associate *.po with poedit, gtranslator, kbabel, and lokalize.
|
||||||
|
|
||||||
[ Todd Zullinger ]
|
[ Todd Zullinger ]
|
||||||
* Make yum complete on filenames after install, deplist, update and upgrade
|
* Make yum complete on filenames after install, deplist, update and upgrade
|
||||||
|
@ -144,6 +144,7 @@ complete -f -X '!*.odb' oobase
|
|||||||
complete -f -X '!*.rpm' rpm2cpio
|
complete -f -X '!*.rpm' rpm2cpio
|
||||||
complete -f -X '!*.sqlite' sqlite3
|
complete -f -X '!*.sqlite' sqlite3
|
||||||
complete -f -X '!*.aux' bibtex
|
complete -f -X '!*.aux' bibtex
|
||||||
|
complete -f -X '!*.po' poedit gtranslator kbabel lokalize
|
||||||
# FINISH exclude -- do not remove this line
|
# FINISH exclude -- do not remove this line
|
||||||
|
|
||||||
# start of section containing compspecs that can be handled within bash
|
# start of section containing compspecs that can be handled within bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user