SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
266 stars 126 forks source link

Remove i18n "select" and "plural" usage in flavour of something more straight forward #5098

Closed dimamarksman closed 3 years ago

dimamarksman commented 3 years ago

Is this a bug, enhancement, or feature request?

SAP team uses internaly i18n plugin which does not support i18n "select" and "plural" syntax

Briefly describe your proposal.

Which versions of Angular and Fundamental Library for Angular are affected? (If this is a feature request, use current version.)

If this is a bug, please provide steps for reproducing it.

Please provide relevant source code if applicable.

Is there anything else we should know?

droshev commented 3 years ago

@dimamarksman Can you share more background information?

dimamarksman commented 3 years ago

@droshev SAP team that is involved in Minerva project uses some private plugin that helps convert xlf files to the csv special format (adoption for translators engineers) and then back to the xlf format. This plugin does not support select and plural clauses despite the fact angular does support it. It was decided that in order not to block the team we can avoid usage of these clauses for now, but in a long-term perspective this plugin should be extended to support this syntax.