Proxmox 1.4: Source Update pve-manager

apmuthu

Renowned Member
Feb 26, 2009
868
11
83
Chennai - India & Singapore
github.com
On Proxmox v1.4, after a
Code:
apt-get update
apt-get dist-upgrade
I checked out the Changelog in
Code:
ftp://pve.proxmox.com/sources/pve-manager_2009-12-22.tar.gz
and found that there were 3 changes since, as below:
Code:
2009-12-18  Proxmox Support Team  <support@proxmox.com>

    * www/root/vmlist/create.htm: show all bridges (0-999)

2009-11-27  Proxmox Support Team  <support@proxmox.com>

    * www/root/system/options.htm: add Slovenian language

2009-11-11  Proxmox Support Team  <support@proxmox.com>

    * po/vi.po: updated vietnamese translations
Whilst the 2 htm files were replaced in the /usr/share/pve-manager/root/vmlist and /usr/share/pve-manager/root/system folders respectively, where should the vi.po file go?
 
Whilst the 2 htm files were replaced in the /usr/share/pve-manager/root/vmlist and /usr/share/pve-manager/root/system folders respectively, where should the vi.po file go?

/usr/share/locale/vi/LC_MESSAGES/pve-manager.mo

Seem you are still modifying installed files directly - this is a quite bad idea. Instead make yourself familiar with the debian package management system, and build your own packages.
 
Thanks Dietmar. So all I have to do is replace the pve-manager.mo file with one compiled from vi.po.

Will try the package method soon....

My current /usr/share/locale has the following English locales:
drwxr-xr-x 3 root root 4096 Nov 3 09:51 en
drwxr-xr-x 3 root root 4096 May 12 2008 en@boldquot
drwxr-xr-x 3 root root 4096 May 12 2008 en@quot
drwxr-xr-x 3 root root 4096 Apr 29 2007 en_GB
 
Last edited: