dgrundel / gf_survey_results

A Gravity Forms add-on for WordPress that aggregates form entry data into a set of charts.
21 stars 8 forks source link

Added full i18n for plugin, plus default pot file, plus German translations #1

Closed deckerweb closed 11 years ago

deckerweb commented 11 years ago

I added full internationalization (i18n) syntax to the whole plugin!

1) added i18n gettext syntax (Text domain: 'gf_survey_results' --- plugin slug is always recommended for that :)

2) added default .pot/.po files for translators

3) added full German translations based on the above changes/additions.

Added "/languages/" folder to host the translations.

I also removed cloding php tag from plugin main file because of this: http://hardcorewp.com/2013/always-omit-closing-php-tags-in-wordpress-plugins/ -- it's always good practice to do so.

Thanks, Dave from Germany :)

dgrundel commented 11 years ago

Thanks again!!