Fix tamil translation of app name (#1679)

The app name has been 'Commons' (and not 'Wikimedia Commons') for a
very long time. For completely unknown reasons, the Tamil (ta)
translation of the app name stuck with the translation for 'Wikimedia
Commons' regardless of the fact that the translation had been
corrected at translatewiki.net in the year 2016. The correction
somehow didn't reflect here during the localisation updates from
tranlsatewiki.net.

Ignoring the weirdness, correct the translation of the app name
to reflect it's current name.
This commit is contained in:
Kaartic Sivaraam 2018-06-30 20:17:09 +05:30 committed by Josephine Lim
parent 0092451357
commit 88d2038bc1

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">விக்கிமீடியா காமன்சு</string> <string name="app_name">காமன்சு</string>
<string name="menu_settings">அமைப்புகள்</string> <string name="menu_settings">அமைப்புகள்</string>
<string name="username">பயனர் பெயர்</string> <string name="username">பயனர் பெயர்</string>
<string name="password">கடவுச்சொல்</string> <string name="password">கடவுச்சொல்</string>