stable

Clone or download

Read-only

Extract lib gettext

Part of story #18336 add support of markdown No functional change expected in list-picker. This lib will be needed for CKEditor-related code in Trackers. Also list-picker has no more "hidden" dependencies on outside code, so it's cleaner. Note: - Other gettext-related code such as "gettext-init" and "gettext-factory" should be moved inside this library, but the change is pretty big (a lot of apps depend on it) so it can be done later. Change-Id: I14f2882d7123fa4075af227d7757f93bb7fde62a

Modified Files

Name
A src/scripts/lib/gettext/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/gettext/README.md +28 −0 Go to diff View file
A src/scripts/lib/gettext/package-lock.json +21 −0 Go to diff View file
A src/scripts/lib/gettext/package.json +21 −0 Go to diff View file
R src/scripts/tuleap/gettext/gettext-sync.ts Go to diff View file
A src/scripts/lib/gettext/src/index.ts +20 −0 Go to diff View file
A src/scripts/lib/gettext/tsconfig.json +8 −0 Go to diff View file
A src/scripts/lib/gettext/webpack.common.js +48 −0 Go to diff View file
A src/scripts/lib/gettext/webpack.dev.js +23 −0 Go to diff View file
A src/scripts/lib/gettext/webpack.prod.js +23 −0 Go to diff View file
M src/scripts/lib/list-picker/package.json +4 −2 Go to diff View file
M src/scripts/lib/list-picker/src/index.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/list-picker.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/navigation/KeyboardNavigationManager.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/pofile-shim.d.ts +1 −18 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.test.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.test.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.ts +1 −1 Go to diff View file