singleton
singleton copied to clipboard
A service that provides support for Software Internationalization and Localization
**Describe the bug** When the key or component not exist, it should throw error rather than key according to client workflow **To Reproduce** Steps to reproduce the behavior: 1.The key...
**Describe the bug** Failed to get number plural category by getString_p() and translate() interface. plural.no.placeholder.number: "%" **To Reproduce** Steps to reproduce the behavior: 1. Load config file. `Singleton.load_config(, )` 2....
Available locales should be quired by component because different components may have different available locales. Fox example, a bundle, which only has source, has only source locale. Add a parameter...
According to the investigation result from [Yi Wang (c)](https://jira.eng.vmware.com/secure/ViewProfile.jspa?name=yiw) and [Nannan Yan (c)](https://jira.eng.vmware.com/secure/ViewProfile.jspa?name=nannany), the issue is caused by inconsistent response object structures from Singleton Service. Please refer to below detailed...
**Describe the bug** onclient_spec.rb unit tests are not testing online mode. **To Reproduce** 1. Open the test file and see that configuration is for offline mode. **Expected behavior** Tests in...
**Describe the bug** The client library does not use etag and if-none-match to reduce network payload. **To Reproduce** Steps to reproduce the behavior: 1. Run a sample Ruby application that...
**Describe the bug** When translation bundle is unavailable or when request for it fails, the client application keeps on sending the same request to VIP service (or trying to fetch...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
**Describe the bug** File read for source bundle is currently inside a synchronized block. This means only one thread can access it at a time, affecting performance. **To Reproduce** Steps...