Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
How can I translate?

Hello, I would like to translate messages(https://live.scoold.com/translate), especially in Korean.
Is there any permission to do that?
If so, please grant a permission to me .

Thank you.

3
3
Posted 6 years ago
Votes Newest

Answers


Here's the whole language file in English: https://github.com/Erudika/scoold/blob/master/src/main/resources/lang_en.properties

You can also go to the Translate page and translate there. It would be slower as all translated strings have to be approved first.

If you translate the whole language file, please notify me or create a Pull Request on GitHub and I'll add it to the project as the official translation for that language.

2
2
Posted 6 years ago
Edited 6 years ago
Alex Bogdanovski
1K × 9 Administrator
-1
-1

Thank you! I will try it.

No Name   6 years ago Report
5K Views
1 Answer
6 years ago
4 years ago
Tags