diff options
author | Leonardo Ferreira Fontenelle <leonardof@src.gnome.org> | 2008-03-09 01:36:04 +0000 |
---|---|---|
committer | Leonardo Ferreira Fontenelle <leonardof@src.gnome.org> | 2008-03-09 01:36:04 +0000 |
commit | b70f1c48a01949f3c0edec2f7feeedf6663a3383 (patch) | |
tree | 8f590f4cec5d20af57d167121597721cb847ce1e /battstat | |
parent | 7a83566f9e1392f3657437ac7b9aded665680246 (diff) |
Committed ChangeLog and docs/Makefile.am, missing in my previous commit.
* Committed ChangeLog and docs/Makefile.am, missing in my previous commit.
svn path=/trunk/; revision=10741
Diffstat (limited to 'battstat')
-rw-r--r-- | battstat/ChangeLog | 7 | ||||
-rw-r--r-- | battstat/docs/Makefile.am | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/battstat/ChangeLog b/battstat/ChangeLog index d2b69fadb..9818105ab 100644 --- a/battstat/ChangeLog +++ b/battstat/ChangeLog @@ -1,3 +1,10 @@ +2008-03-08 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> + + * docs/Makefile.am: Added pt_BR to DOC_LINGUAS. + * docs/pt_BR/pt_BR.po: Added Brazilian Portuguese translation by Amadeu + A. Barbosa Júnior, with minor improvements by myself. + * docs/pt_BR/figures/*: Added screenshots by Amadeu A. Barbosa Júnior. + 2008-02-10 Kjartan Maraas <kmaraas@gnome.org> * battstat.schemas.in: Add missing full stops in the long description. diff --git a/battstat/docs/Makefile.am b/battstat/docs/Makefile.am index 7b810b318..c1ff2f49c 100644 --- a/battstat/docs/Makefile.am +++ b/battstat/docs/Makefile.am @@ -10,4 +10,4 @@ DOC_FIGURES = figures/battstat-applet-expanded.png \ figures/battstat-preferences.png \ figures/context-menu.png -DOC_LINGUAS = bg en_GB es fr ko oc pa sv uk +DOC_LINGUAS = bg en_GB es fr ko oc pa pt_BR sv uk |