The WebTranslateIt Blog

i18n news and Product Updates about WebTranslateIt

How to quickly add a term to the TermBase

By Edouard on March 1, 2022

Do you know the quickest way to add a term to your TermBase? Here’s a cool trick:

Select a word anywhere on WebTranslateIt’s translation interface. Click on “Add to TermBase”. The form will be pre-populated with your word. Then click on “Autocomplete” and we will deduce the part of speech (noun, verb, etc) and a definition.

This is the third episode of our new series of posts with short, useful tips showing you how to use some of the most advanced features in WebTranslateIt that maybe you didn’t know existed.

Do you find these tips and tricks useful? Let us know on Twitter @webtranslateit if you like this series of posts.

Related Posts

Use a specific date in the filters

By Edouard on February 24, 2022

Do you use the Filters feature? Are you annoyed you can only select predefined dates, such as “added in the last 24 hours”, “last month”, etc?

This one is for power users. You can actually set any date by changing the parameter in the URL.

This is the second episode of our new series of posts with short, useful tips showing you how to use some of the most advanced features in WebTranslateIt that maybe you didn’t know existed.

Do you find these tips and tricks useful? Let us know on Twitter @webtranslateit if you like this series of posts.

Related Post

Keep up with new features on WebTranslateIt

By Edouard on February 22, 2022

Hey guys!

We’ve released a bunch of new features on WebTranslateIt in the past few months and we have more to come.

We have realised that our users don’t always know about it, so we’ve just released a feature that let our users know when there is a new feature available to use right on the Dashboard.

If you’re not interested, you can always click on the “X” icon and the notification will close right down.

As always, don’t hesitate to let us know what you think at support@webtranslateit.com

Thanks!
Edouard

Follow us on Facebook, Twitter and LinkedIn for instant updates.

How to use case-sensitive search and regex search with the new search bar

By Edouard on February 17, 2022

Hey guys,

We’re starting a new series of posts with short, useful tips showing you how to use some of the most advanced features in WebTranslateIt that maybe you didn’t know existed. Please follow our blog and follow us on Twitter @webtranslateit if you like this series of posts.

Today I’d like to show you how to use our new search bar. It was introduced during the last design update and includes the case-sensitive search and regex search buttons right inside the search bar.

Case-sensitive Search

First, what does case-sensitive mean? It means that the search engine will differentiate between the search terms User and user, for instance. By default the search engine is case-insensitive, which means searching for user will give both segments having a key name or text containing the words User and user.

Let’s say you want to narrow the search results down to the ones matching User with a capital U, that’s when you’ll need the case sensitive search. Type the text you’d like to search for and click on the Aa button in the search bar. As you can see, it now only lists segments matching exactly User with a capital U.

Regex Search

Regex search is a feature dedicated to our power users. It lets you type in a regular expression. For instance ^user will match all the keys and text starting with the word “user”. It can also be combined with case-sensitive search so you can run case-sensitive regex search.

Just like the new case-sensitive search, type in a regular expression and click on the (.*) button.

I hope you like these updates. Don’t hesitate to give us feedback at support@webtranslateit.com or via @webtranslateit on Twitter. We’re happy to listen or help you with anything*.

* (anything related to software localization. Sadly we can’t do anything about the current pandemic or the world’s current financial volatility 🤓)

web_translate_it rubygem v2.5.3 released

By Edouard on February 17, 2022

We have released a new version of the web_translate_it gem, the open-source synchronization tool for Web Translate It.

This new version brings compatibility to ruby 3.1.

wti synchronization tool


Install or Upgrade

To install web_translate_it, please refer to the gem documentation.

As usual, upgrade web_translate_it to its latest version by typing in a terminal: gem install web_translate_it.

Follow us on Facebook, Twitter and LinkedIn for instant updates.