Created
June 7, 2011 14:55
-
-
Save NiklasJordan/1012409 to your computer and use it in GitHub Desktop.
More-Link Text ändern
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mit diesem Snippet kann man den More-Link-Text von "[more]" zu "Weiterlesen" ändern in der deutschen Sprache ändern. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugin.tt_news._LOCAL_LANG.de{ | |
more = Weiterlesen | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment