TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 429 forks source link

Updated cs_CZ translation #632

Closed mobby2561 closed 7 years ago

mobby2561 commented 7 years ago

I've updated a few typos + strings consistency.

GaryJones commented 7 years ago

@mobby2561 Thanks for this!

Did you change line-endings or something? Your "few typos and string consistency" results in a diff where every single line appears to have been changed.

mobby2561 commented 7 years ago

I'm sorry but this is my first pull request, so I've just replaced these two files. Should I make a new pull, where I'll replace just the .mo file and exact parts of .po file?

GaryJones commented 7 years ago

Should I make a new pull, where I'll replace just the .mo file and exact parts of .po file?

No need to make a new PR - you can do the .mo file and exact .po file changes as you suggested, but push (likely rebase and force push) to this branch. If it's easier for you to open a new PR, go with that :-)