Translations/Searching

From Summertime Saga Wiki
Revision as of 01:56, 29 October 2020 by Zectune (talk | contribs) (Created page with "== Translation search tool == Welcome for this search tool tutorial, you will find at the end of it the most important searches you '''must''' check before leaving this page.<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Translation search tool

Welcome for this search tool tutorial, you will find at the end of it the most important searches you must check before leaving this page.
You will find the translation search tool here.
With this tool, you can find any string, word or sentence in any language. You can also track down mistakes of all sorts, very handy for some reviewers. We will learn together how to use it.

Syntax

First, let's see the basics. How do we search ?

If you look for a word like "Wonder", just type the word in the search toolbar, press enter and a list of all strings containing this word (of the source AND the target) will appear. (source=English strings;target=your language's strings)

You might realise some strings has not the word "wonder" but instead others like "wonderful" of "wondering". Let's fix it.

Use the ′ ′(quotes) or ″ ″(double quotes), type "Wonder " (with the quotes and the extra space at the end) and search. Congratulation, you got rid of few hundreds of strings that would have waste your time, you can work more efficiently now.

You might also need to use the ( ) parenthesis.

Copy and paste, or type (within the simple quotes) ′Wonder AND NOT ("wonderful" OR "wondering") ′. Now search. You now have every strings containing "wonder" except the ones containing "wonderful" and/or "wondering". Good job !
Here I have introduced the key AND, the NOT, the OR and the parenthesis (). They will save you some great amount of time. Let's talk about them.