2011年4月30日 星期六

更改 Ubuntu 預設語系

1. # vim /var/lib/locales/supported.d/locale


 


zh_TW UTF-8
en_US.UTF-8 UTF-8


2. # locale-gen


 


Generating locales...
  en_US.UTF-8... up-to-date
  zh_TW.UTF-8... done
Generation complete.


 


 


沒有留言:

張貼留言

如何在 golang 裡面引用 gitlab private repo

參考文章:https://stackoverflow.com/questions/27500861/whats-the-proper-way-to-go-get-a-private-repository 原文是用 gitlab.company.com 當範例,這邊改成一般帳號...