-
Updated
Feb 16, 2021 - TypeScript
Localization
Software localization (or localisation) means translation of a software interface and messages to another language plus adaptation of some formats (e.g. measures, dates and currency) plus adaptation to local cultures.
Here are 2,121 public repositories matching this topic...
-
Updated
Feb 16, 2021 - Jupyter Notebook
-
Updated
Feb 16, 2021 - Python
-
Updated
Feb 7, 2021 - Swift
-
Updated
Feb 15, 2021 - C++
-
Updated
Jan 5, 2021 - PHP
Tried to find out when some strings were marked read-only, and by whom to say https://hosted.weblate.org/translate/weblate/documentation/nb_NO/?checksum=9ddacad2af37c1e6 should be "read-only" too.
-
Updated
Sep 22, 2020 - TypeScript
Is your feature request related to a problem? Please describe.
Currently Traduora support providing only host in env. When running on GCP Cloud Run it's easier to use unix socket than create vpc connector and use private ip to connect to cloud sql database.
I was trying to use /cloudsql/<instance_name> in host but it was crashing.
Describe the solution you'd like
Add option to prov
-
Updated
Feb 16, 2021 - C++
-
Updated
Oct 31, 2019 - Swift
-
Updated
Jan 17, 2021 - Swift
It would be cool to add Google Translate support, because most likely Google Translate is better than Microsoft Translate.
And maybe it would be good idea to use Google Apps Script, because it has a free unlimited Google Translate. Here is an [example article](https://techstreams.github.io/2016/01/07/translation-automation-with-wor
-
Updated
May 29, 2019 - TypeScript
-
Updated
Feb 16, 2021 - JavaScript
-
Updated
Jan 24, 2021 - JavaScript
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Feb 3, 2021 - C#
-
Updated
Feb 5, 2021 - C++
-
Updated
Jul 29, 2020 - C++
-
Updated
Feb 6, 2021 - Ruby
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Jan 9, 2021 - Objective-C
-
Updated
Oct 27, 2020 - C++
-
Updated
Feb 12, 2021 - Python
-
Updated
May 22, 2019 - TypeScript
-
Updated
Nov 19, 2020 - C#
Localization apps
Crowdin
Agile localization for your projects
POEditor
Manage your software localization collaboratively
GitLocalize
Continuous Localization for GitHub projects
Describe the bug
Given a message like
{input, plural, other {# + #}}, one would expect both#placeholders getting replaced by the plural value. But only the first one is actually replaced.To Reproduce