Skip to content

Flums/Norwegian-Zimbra-Translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Norwegian Zimbra Translation

NOTICE: I will probably stop maintaining this, since Zimbra finally included my translation in Zimbra, and made some major improvements. See Zimbra:zm-web-client@Github.

Norwegian translation of Zimbra, maintained by Philip Gabrielsen @ Redpill Linpro AS

Installation:

Run the following commands to install Norwegian language to your Zimbra installation:

 curl https://raw.githubusercontent.com/Flums/Norwegian-Zimbra-Translation/master/install.sh | sh

and last:

sudo -u zimbra /opt/zimbra/bin/zmmailboxdctl restart

This last command will cause downtime to HTTP/Zimbra GUI for a short period of time.

Abount ASCII codes:

æ = \u00e6

ø = \u00f8

å = \u00e5

... or just be lazy, type æøå as normal, and do this afterwards:

Linux:

sed -i -e 's/æ/\\u00e6/g' -e 's/ø/\\u00f8/g' -e 's/å/\\u00e5/g' -e 's/Æ/\\u00C6/g' -e 's/Ø/\\u00D8/g' -e 's/Å/\\u00C5/g' -e 's/é/\\u00E9/g' <FILENAME>

OS X:

sed -i '' -e 's/æ/\\u00e6/g' -e 's/ø/\\u00f8/g' -e 's/å/\\u00e5/g' -e 's/Æ/\\u00C6/g' -e 's/Ø/\\u00D8/g' -e 's/Å/\\u00C5/g' -e 's/é/\\u00E9/g' <FILENAME>

to look for them: use this:

egrep -ir "ø|æ|å" *

About

Norwegian translation of Zimbra maintained by community

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages