HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Localizations plugin
lukoie
New
I bet someone can handle to to what my gonna to propose
the plugin, when you install it, t creates "languages" link in the adminpage "appearance" sidebar.
the page there generated dynamically, getting info on some site(doesnt matter for now where it'll be stored), showing available languages for the corresponding vanilla version
lets say a < ul > list with the flags, language name, short info and download link
when you click "download", it downloads the language in plugin's folder, back's up current localization file, and makes this localization active
i think it would be really easy way to manage languages for end-users
in the future releases updates and version checks can be implemented
guys, can anyone try to do that kind of plugin?
@oliverraduner ?
the plugin, when you install it, t creates "languages" link in the adminpage "appearance" sidebar.
the page there generated dynamically, getting info on some site(doesnt matter for now where it'll be stored), showing available languages for the corresponding vanilla version
lets say a < ul > list with the flags, language name, short info and download link
when you click "download", it downloads the language in plugin's folder, back's up current localization file, and makes this localization active
i think it would be really easy way to manage languages for end-users
in the future releases updates and version checks can be implemented
guys, can anyone try to do that kind of plugin?
@oliverraduner ?
Tagged:
0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
cool, then we'll wait for your internal autoupdating and plugin management solution.
adding menu and plugin "options page" is not something extremely complex, right?
then you just need to read the file over the net, and show it in the "options page", which is not hard as well (even iframe, like WP does it)
then you need to download the file in the server folder, which you can do as well without struggles
then copying files on the server, which can be done by php easily
do you want me to ask my company programmer how fast he can write such a script in php?
But from my side I want to wait until the localization structure and functionality is properly realized in a major Release of vanilla.
ok then, would be nice it you could develope this plugin
thanx
So unless this situation is not cleaned up, I think it makes no sense spending a lot of efforts on a Plugin or such.
$Definition['Quote'] = 'quotation';
$Definition['%s said'] = '%s wrote:';
but nothing happened.