Index: i18nsync.module
===================================================================
--- i18nsync.module	(revision 2873)
+++ i18nsync.module	(working copy)
@@ -269,6 +269,9 @@
   if (module_exists('upload') || module_exists('image')) {
     $options['files'] = t('File attachments');
   }
+  if (module_exists('location')) {
+    $options['locations'] = t('Locations');
+  }
   // If no type defined yet, that's it
   $fields['node']['#options'] = $options;
   if (!$type) {
