nemo r104 - trunk/po



Author: arj
Date: Wed Mar 19 16:16:07 2008
New Revision: 104
URL: http://svn.gnome.org/viewvc/nemo?rev=104&view=rev

Log:
Change Makefile so that xgettext uses POTFILES and add "[encoding: UTF-8]" to the top of POTFILES.in

Makes intl-tool work

Thanks Robert-Andre Mauchin



Added:
   trunk/po/POTFILES
Modified:
   trunk/po/Makefile
   trunk/po/POTFILES.in

Modified: trunk/po/Makefile
==============================================================================
--- trunk/po/Makefile	(original)
+++ trunk/po/Makefile	Wed Mar 19 16:16:07 2008
@@ -9,7 +9,7 @@
 .PHONY: nemo.pot
 
 nemo.pot:
-	xgettext -c --from-code=UTF-8 --directory=$(top_srcdir) --debug --files-from=POTFILES.in --output=nemo.pot 
+	xgettext -c --from-code=UTF-8 --directory=$(top_srcdir) --debug --files-from=POTFILES --output=nemo.pot 
 
 mo:
 	@languages='$(LANGUAGES)'; \

Added: trunk/po/POTFILES
==============================================================================
--- (empty file)
+++ trunk/po/POTFILES	Wed Mar 19 16:16:07 2008
@@ -0,0 +1,39 @@
+common/Common.cs
+common/Configuration.cs
+broker/Broker.cs
+broker/Tracker.cs
+broker/Xesam.cs
+gtk/Cairo.cs
+gtk/CalendarDrawer.cs
+gtk/CategoriesDrawer.cs
+gtk/CategoryDrawer.cs
+gtk/Common.cs
+gtk/DisplayDocumentItem.cs
+gtk/DisplayItem.cs
+gtk/DisplayPictureItem.cs
+gtk/FixedResizeWidget.cs
+gtk/Label.cs
+gtk/Main.cs
+gtk/MainWindow.cs
+gtk/OverlayTracker.cs
+gtk/PreviewPopup.cs
+gtk/RightClickButton.cs
+gtk/SearchInput.cs
+gtk/SearchPopup.cs
+gtk/Starred.cs
+gtk/TransparentWindow.cs
+gtk/Tray.cs
+gtk-gui/generated.cs
+gtk-gui/MainWindow.cs
+gtk-gui/Nemo.Indexing.cs
+metadata/MetadataStore.cs
+uicommon/CalendarDriver.cs
+uicommon/Categories.cs
+uicommon/Category.cs
+uicommon/Common.cs
+uicommon/DocumentItem.cs
+uicommon/FileLayout.cs
+uicommon/Item.cs
+uicommon/PictureItem.cs
+uicommon/TypeLabels.cs
+uicommon/Types.cs

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Wed Mar 19 16:16:07 2008
@@ -1,3 +1,4 @@
+[encoding: UTF-8]
 common/Common.cs
 common/Configuration.cs
 broker/Broker.cs



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]