Fixed version of chinese-share-link

The plugins all did not work on my site suanfazu for days. Finally I found it’s because the chinse-share-link plugin is broken (by checking the chrome console output).

You could install the plugin manully:

./launcher ssh app
cd /var/www/discourse/plugins
git clone https://github.com/suanfazu/chinese-share-links
cd /var/www/discourse
RAILS_ENV=production su discourse -c 'bundle exec rake assets:precompile'
exit
./launcher restart app

(new to github fork, not know how to push this back to the origin source)

And I found there are lots of broken translations in Chinese versions. e.g.
on page http://suanfazu.com/t/svm-zhi-he-han-shu/386/1
there’s a broken translation “[zh_CN.undefined]”, which should be “Suggested Topics” in English.
Please fix it. Or let me know how to debug this issue and I will try to fix it.

By the way, what’s the tagging plugin meta.discourse.org is using? it looks good.

2 Likes

I’m trying to fix the plugin , and find this.

Great Job! Make a pull request , and @fantasticfears will be very happy :smile:

Some people is suffering this

https://meta.discoursecn.org/t/chinese-share-linkscha-jian-zai-discourse-taggerdeng-cha-jian-qi-an-zhuang-shi-chu-cuo/252/6

You can try this https://github.com/wuchong/discourse-locale-override , just fork one , and replace what you want , and use it like a plugin .

It is supported in core , not a plugin now .

Whenever you want a solid translation, consider stable branch seriously. It updates per quarter, but it’s solid.

I am OK to add a beta branch for the plugin so you can checkout the beta branch when you installed beta Discourse.

Many thanks.

I’ve created the pull request for chinese-share-link.