Le vendredi 16 avril 2010 à 13:07 +0700, Andika Triwidada a écrit : > I've just commited new Indonesian translation to gnome-themes-extra, > $ git log > commit 272297d74a45a506212b559cd9d720ca7e9ef782 > Author: Andika Triwidada <[email protected]> > Date: Fri Apr 16 13:00:20 2010 +0700 > > Added Indonesian translation, contributed by Imam Musthaqim > Added id to LINGUAS > > But it isn't reflected on > http://l10n.gnome.org/vertimus/gnome-themes-extras/master/po/id > nor http://l10n.gnome.org/languages/id/gnome-extras/ui/ > > What's really going on? It also happened on a few other commits I did > yesterday. (Will track which later if needed).
You probably forgot to add the id.po file in your commit. See http://git.gnome.org/browse/gnome-themes-extras/commit/?id=272297d74a45a506212b559cd9d720ca7e9ef782 You have to explicitely 'git add' the new files you add in a module before the commit (or specifically name the file in the 'git commit' statement). Claude -- www.2xlibre.net _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
