mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-08 18:35:46 +08:00
As of #23867 this is now a real package, so updating the imports to use the real package name, rather than relying on the alias. The name change in the package name is because `I18n` is not a valid name as NPM packages must be all lowercase. This commit also introduces an eslint rule to prevent importing from the old I18n path. For themes/plugins, the old 'i18n' name remains functional. |
||
|---|---|---|
| .. | ||
| chat-channel-card-test.js | ||
| chat-channel-leave-btn-test.js | ||
| chat-channel-metadata-test.js | ||
| chat-channel-preview-card-test.js | ||
| chat-channel-row-test.js | ||
| chat-channel-status-test.js | ||
| chat-channel-test.js | ||
| chat-channel-title-test.js | ||
| chat-composer-dropdown-test.js | ||
| chat-composer-message-details-test.js | ||
| chat-composer-placeholder-test.js | ||
| chat-composer-upload-test.js | ||
| chat-composer-uploads-test.js | ||
| chat-emoji-avatar-test.js | ||
| chat-emoji-picker-test.js | ||
| chat-header-icon-test.js | ||
| chat-message-avatar-test.js | ||
| chat-message-collapser-test.js | ||
| chat-message-info-test.js | ||
| chat-message-left-gutter-test.js | ||
| chat-message-reaction-test.js | ||
| chat-message-separator-date-test.js | ||
| chat-message-separator-new-test.js | ||
| chat-message-test.js | ||
| chat-message-text-test.js | ||
| chat-modal-archive-channel-test.js | ||
| chat-modal-delete-channel-test.js | ||
| chat-modal-move-message-to-channel-test.js | ||
| chat-notices-test.js | ||
| chat-replying-indicator-test.js | ||
| chat-retention-reminder-test.js | ||
| chat-retention-reminder-text-test.js | ||
| chat-thread-participants-test.js | ||
| chat-upload-test.js | ||
| chat-user-avatar-test.js | ||
| chat-user-card-button-test.js | ||
| chat-user-display-name-test.js | ||
| chat-user-info-test.js | ||
| collapser-test.js | ||
| dc-filter-input-test.js | ||