14 | | - If user provides no translations at all for singular or plural strings it will return formatted un-translated string (Works as expected) |
15 | | - If user provides translations for singular and plural strings it will return formatted translated string (Works as expected) |
16 | | - If user provides singular translation BUT no plural translation it will return undefined (Unexpected and extremely difficult to debug) |
| 14 | - If user provides no translations at all for singular or plural strings it will return formatted **un-translated** string (Works as expected) |
| 15 | - If user provides translations for singular and plural strings it will return formatted **translated** string (Works as expected) |
| 16 | - If user provides singular translation BUT no plural translation it will return **undefined** (Unexpected and extremely difficult to debug) |