-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Intl] New Intl API #9206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
[Intl] New Intl API #9206
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
77cbd73
[Intl] Made TextBundleWriter able to write "nofallback" resource bundles
webmozart ba12cd4
[Intl] Made TextBundleWriter able to write traversables
webmozart e14dd3a
[Intl] The various Intl methods now throw a NoSuchLocaleException whe…
webmozart 953a29c
[Intl] Changed Intl methods to throw NoSuchEntriesExceptions when non…
webmozart 0b5408b
[Intl] The available locales of each resource bundle are now stored i…
webmozart 2ad4d32
[Intl] Fixed LocaleScanner to actually remove blacklisted locales
webmozart d6805b4
[Intl] Improved LocaleBundleTransformationRule to not generate duplic…
webmozart 958a4dc
[Intl] Added LocaleScannerTest
webmozart b3bd0aa
[Intl] Removed unneeded method BundleReaderInterface::getLocales()
webmozart 15419bb
[Intl] Fixed CS
webmozart fbe2853
[Intl] Fixed currency transformation rule to clean up after the trans…
webmozart 95de438
[Intl] Fixed StructuredBundleReader to follow locale aliases when loo…
webmozart 5d14465
[Intl] Added exception handler to data generation scripts
webmozart 72398a3
[Intl] Decoupled transformation rules from Intl class
webmozart 2bb2508
[Intl] Improved test coverage of BinaryBundleReader
webmozart 9d202dc
[Intl] Improved exception formatting in transformation scripts
webmozart fec3933
[Intl] StructuredBundleReader now catches NoSuchLocaleExceptions and …
webmozart 945cfef
[Intl] Changed LocaleBundleTransformationRule to generate a root.res …
webmozart d19e20a
[Intl] Improved error messages in BinaryBundleReader
webmozart 127d9c0
[Intl] Changed AbstractEntry::readEntry() to fallback by default
webmozart 921f9fb
[Intl] Added period to exception message in RecursiveArrayAccess
webmozart 6251c7e
[Intl] Renamed BundleCompiler to GenrbBundleCompiler
webmozart 1b3d920
[Intl] Added missing entries to the UPGRADE file
webmozart e002eba
[Intl] Renamed StructuredBundleReader[Interface] to BundleEntryReader…
webmozart c1252ef
[Intl] Added integration tests to check the resource bundles
webmozart a014f7d
[Intl] Fixed TextBundleWriter to escape keys that contain colons (":")
webmozart 7e36a29
[Intl] Fixed transformation rules not to generate files in the source…
webmozart a2b31f6
[Intl] Fixed TextBundleWriter to escape keys with spaces (" ")
webmozart 9b34d51
[Intl] Removed the interfaces CompilationContextInterface and Stubbin…
webmozart 8f983ed
[Intl] Moved consistency tests to Icu component
webmozart 52820da
[Intl] Simplified consistency tests
webmozart 9935cb8
[Intl] Changed transformation rules to include more information in th…
webmozart 3ca4108
[Intl] Tested Intl::getFallbackLocale() and let it return "root" for …
webmozart f4c82dd
[Intl] Changed BinaryBundleReader to never set the fallback flag in \…
webmozart 241e704
[Intl] Implemented new Locale class
webmozart 43076d6
[Intl] Fixed TextWriter to output integer arrays indexed by strings a…
webmozart e271491
[Intl] Implemented Currency class
webmozart 350f864
[Intl] Renamed getDisplayName()/getDisplayNames() to getName()/getNam…
webmozart be2ce30
[Intl] Changed "@since" version numbers of new code to 2.5
webmozart c27325b
[Intl] Fixed "@var" declarations in data provider properties
webmozart ad3d1f4
[Intl] Updated doc comments
webmozart 76e4930
[Intl] Implemented Language class
webmozart 42f1238
[Intl] Renamed NoSuchEntryException to MissingResourceException
webmozart 1b6aab0
[Intl] Moved Intl::getFallbackLocale() to Locale::getFallback()
webmozart a7e8e68
[Intl] Implemented Locale::exists()
webmozart 50b516a
[Intl] Fixed TextBundleWriter to write tables with numeric keys
webmozart 05e4761
[Intl] Fixed RecursiveArrayAccess/ArrayAccessibleResourceBundle to pa…
webmozart 1cc7c7a
[Intl] Added Currency::exists(), Currency::canonicalize() and Currenc…
webmozart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Intl] Fixed StructuredBundleReader to follow locale aliases when loo…
…king for fallback locales
- Loading branch information
commit 95de4382b75a0f21665ff33016332e397195d2b6
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be mentionned as a BC break too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documented