-
Updated
Mar 28, 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,163 public repositories matching this topic...
-
Updated
Mar 26, 2021 - Jupyter Notebook
-
Updated
Mar 28, 2021 - Python
-
Updated
Feb 24, 2021 - Swift
-
Updated
Mar 25, 2021 - C++
-
Updated
Jan 5, 2021 - PHP
Describe the solution you'd like
Accepting suggestions now requires loading the string twice if you want to accept the suggestion and set it to "approved" status.
If we click "accept", the next string will be loaded and we have to go back. If you click "accept and edit", you have to wait for the translation to be inserted just to change the status, and then load the next string.
It can
-
Updated
Mar 19, 2021 - TypeScript
Search result count
Search result count is 10.
How can i set the pagesize on user side
-
Updated
Mar 28, 2021 - C++
-
Updated
Oct 31, 2019 - Swift
-
Updated
Mar 22, 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
Mar 26, 2021 - JavaScript
-
Updated
May 29, 2019 - TypeScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Feb 21, 2021 - JavaScript
-
Updated
Mar 25, 2021 - C#
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Mar 17, 2021 - C++
-
Updated
Jul 29, 2020 - C++
-
Updated
Mar 19, 2021 - Ruby
-
Updated
Mar 28, 2021 - JavaScript
-
Updated
Feb 24, 2021 - Objective-C
-
Updated
Oct 27, 2020 - C++
-
Updated
Mar 12, 2021 - Python
-
Updated
May 22, 2019 - TypeScript
-
Updated
Mar 13, 2021 - FreeMarker
Localization apps
POEditor
Manage your software localization collaboratively
GitLocalize
Continuous Localization for GitHub projects
Crowdin
Agile localization for your 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