Index: /trunk/src/org/openstreetmap/josm/actions/AboutAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/AboutAction.java	(revision 13782)
+++ /trunk/src/org/openstreetmap/josm/actions/AboutAction.java	(revision 13783)
@@ -121,4 +121,10 @@
         about.addTab(tr("Plugins"), new JScrollPane(PluginHandler.getInfoPanel()));
 
+        // Get the list of Launchpad contributors using customary msgid “translator-credits”
+        String translators = tr("translator-credits");
+        if (translators != null && !translators.isEmpty() && !translators.equals("translator-credits")) {
+            about.addTab(tr("Translators"), createScrollPane(new JosmTextArea(translators)));
+        }
+
         // Intermediate panel to allow proper optionPane resizing
         JPanel panel = new JPanel(new GridBagLayout());
