3 ==> Add the followings into your \$HOME/.emacs file to enable PO-mode
4 ==> autoloading and autorecognition of "*.po" files:
7 (cons '("\\.po\\'\\|\\.po\\." . po-mode) auto-mode-alist))
8 (autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t)
9 (modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\."
10 'po-find-file-coding-system)
11 (autoload 'po-find-file-coding-system "po-mode")