diff --git a/README.md b/README.md index 042a6f8b0..5db70c5d4 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,15 @@ compile group: 'ca.uhn.hapi.fhir', name: 'hapi-fhir-structures-r4', version: '(l compile group: 'ca.uhn.hapi.fhir', name: 'hapi-fhir-structures-r5', version: '(latest version)' ``` +## Internationalization + +This project implements internationalization for its user tools and utilities for several locales using a combination of [GNU PO](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) and [Java Properties](https://docs.oracle.com/javase/tutorial/i18n/resbundle/propfile.html) files. + +Translation from the core library's original English locale to other supported locales is an ongoing process. The current level of coverage is calculated by the number of translated phrases, and can be viewed in the following figure: +

+ Table of Internationalization Coverage +

+ ## CI/CD All integration and delivery done on Azure pipelines. Azure project can be viewed [here][Link-AzureProject].