mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-04-02 19:01:50 +00:00
a semicolon got in the file somehow...
This commit is contained in:
parent
3990ad46f9
commit
67d753da95
@ -1,7 +1,7 @@
|
||||
; Language files have to start with semicolon (;) otherwise we have problems with transifex
|
||||
COM_JEDCHECKER_UPLOAD_WAS_SUCCESSFUL="Upload was successful"
|
||||
COM_JEDCHECKER_UNZIP_SUCCESS="Unzip was successful! Now go ahead and click that check button!"
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed";
|
||||
COM_JEDCHECKER_UNZIP_FAILED="Unzip failed"
|
||||
COM_JEDCHECKER_CONGRATS="Congratulations! If you use this component then you've most probably developed a Joomla!® extension! Now comes the "hard" part - getting it listed in the Joomla Extension Directory (JED). The JED has strict requirements to the extensions that get listed there. Those requirements can be found <a href='%s' target='_blank'>here</a>. Currently extensions are being manually tested for code problems. This component is an attempt to simplify your and the JED editors life's by automatically checking the code for common errors in extensions."
|
||||
COM_JEDCHECKER_CODE_STANDARDS="However our goal is not only to test the extensions against common code errors that prevent it from getting listed in the JED. Our goal is to also have code standards checks such as the <a href='%s' target='_blank'>JPlatform has</a>. This would ensure that joomla extension developers are aware of the JPlatform coding standards and this could raise the quality bar in our Joomla community even higher! For this we will need you! Have a look at the <a href='%s' target='_blank'>github project page</a>. Fork the component! Add your code checks and send us your pull requests!"
|
||||
COM_JEDCHECKER_HOW_TO_USE="So how to use this component???"
|
||||
|
Loading…
x
Reference in New Issue
Block a user