|
1066 | 1066 | 'PhabricatorActionListExample' => 'applications/uiexample/examples/PhabricatorActionListExample.php',
|
1067 | 1067 | 'PhabricatorActionListView' => 'view/layout/PhabricatorActionListView.php',
|
1068 | 1068 | 'PhabricatorActionView' => 'view/layout/PhabricatorActionView.php',
|
1069 |
| - 'PhabricatorAllCapsTranslation' => 'infrastructure/internationalization/PhabricatorAllCapsTranslation.php', |
| 1069 | + 'PhabricatorAllCapsTranslation' => 'infrastructure/internationalization/translation/PhabricatorAllCapsTranslation.php', |
1070 | 1070 | 'PhabricatorAnchorView' => 'view/layout/PhabricatorAnchorView.php',
|
1071 | 1071 | 'PhabricatorAphrontBarExample' => 'applications/uiexample/examples/PhabricatorAphrontBarExample.php',
|
1072 | 1072 | 'PhabricatorAphrontViewTestCase' => 'view/__tests__/PhabricatorAphrontViewTestCase.php',
|
|
1230 | 1230 | 'PhabricatorAuthenticationConfigOptions' => 'applications/config/option/PhabricatorAuthenticationConfigOptions.php',
|
1231 | 1231 | 'PhabricatorBarePageExample' => 'applications/uiexample/examples/PhabricatorBarePageExample.php',
|
1232 | 1232 | 'PhabricatorBarePageView' => 'view/page/PhabricatorBarePageView.php',
|
1233 |
| - 'PhabricatorBaseEnglishTranslation' => 'infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php', |
| 1233 | + 'PhabricatorBaseEnglishTranslation' => 'infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php', |
1234 | 1234 | 'PhabricatorBaseProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorBaseProtocolAdapter.php',
|
1235 | 1235 | 'PhabricatorBot' => 'infrastructure/daemon/bot/PhabricatorBot.php',
|
1236 | 1236 | 'PhabricatorBotBaseStreamingProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorBotBaseStreamingProtocolAdapter.php',
|
|
1434 | 1434 | 'PhabricatorEmailTokenController' => 'applications/auth/controller/PhabricatorEmailTokenController.php',
|
1435 | 1435 | 'PhabricatorEmailVerificationController' => 'applications/auth/controller/PhabricatorEmailVerificationController.php',
|
1436 | 1436 | 'PhabricatorEmptyQueryException' => 'infrastructure/query/PhabricatorEmptyQueryException.php',
|
1437 |
| - 'PhabricatorEnglishTranslation' => 'infrastructure/internationalization/PhabricatorEnglishTranslation.php', |
| 1437 | + 'PhabricatorEnglishTranslation' => 'infrastructure/internationalization/translation/PhabricatorEnglishTranslation.php', |
1438 | 1438 | 'PhabricatorEnv' => 'infrastructure/env/PhabricatorEnv.php',
|
1439 | 1439 | 'PhabricatorEnvTestCase' => 'infrastructure/env/__tests__/PhabricatorEnvTestCase.php',
|
1440 | 1440 | 'PhabricatorErrorExample' => 'applications/uiexample/examples/PhabricatorErrorExample.php',
|
|
1573 | 1573 | 'PhabricatorInlineCommentInterface' => 'infrastructure/diff/interface/PhabricatorInlineCommentInterface.php',
|
1574 | 1574 | 'PhabricatorInlineCommentPreviewController' => 'infrastructure/diff/PhabricatorInlineCommentPreviewController.php',
|
1575 | 1575 | 'PhabricatorInlineSummaryView' => 'infrastructure/diff/view/PhabricatorInlineSummaryView.php',
|
| 1576 | + 'PhabricatorInternationalizationManagementExtractWorkflow' => 'infrastructure/internationalization/management/PhabricatorInternationalizationManagementExtractWorkflow.php', |
| 1577 | + 'PhabricatorInternationalizationManagementWorkflow' => 'infrastructure/internationalization/management/PhabricatorInternationalizationManagementWorkflow.php', |
1576 | 1578 | 'PhabricatorJavelinLinter' => 'infrastructure/lint/linter/PhabricatorJavelinLinter.php',
|
1577 | 1579 | 'PhabricatorJumpNavHandler' => 'applications/search/engine/PhabricatorJumpNavHandler.php',
|
1578 | 1580 | 'PhabricatorKeyValueDatabaseCache' => 'applications/cache/PhabricatorKeyValueDatabaseCache.php',
|
|
2098 | 2100 | 'PhabricatorTransactionView' => 'view/layout/PhabricatorTransactionView.php',
|
2099 | 2101 | 'PhabricatorTransactions' => 'applications/transactions/constants/PhabricatorTransactions.php',
|
2100 | 2102 | 'PhabricatorTransformedFile' => 'applications/files/storage/PhabricatorTransformedFile.php',
|
2101 |
| - 'PhabricatorTranslation' => 'infrastructure/internationalization/PhabricatorTranslation.php', |
| 2103 | + 'PhabricatorTranslation' => 'infrastructure/internationalization/translation/PhabricatorTranslation.php', |
2102 | 2104 | 'PhabricatorTranslationsConfigOptions' => 'applications/config/option/PhabricatorTranslationsConfigOptions.php',
|
2103 | 2105 | 'PhabricatorTrivialTestCase' => 'infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php',
|
2104 | 2106 | 'PhabricatorTwoColumnExample' => 'applications/uiexample/examples/PhabricatorTwoColumnExample.php',
|
|
4270 | 4272 | 'PhabricatorInlineCommentInterface' => 'PhabricatorMarkupInterface',
|
4271 | 4273 | 'PhabricatorInlineCommentPreviewController' => 'PhabricatorController',
|
4272 | 4274 | 'PhabricatorInlineSummaryView' => 'AphrontView',
|
| 4275 | + 'PhabricatorInternationalizationManagementExtractWorkflow' => 'PhabricatorInternationalizationManagementWorkflow', |
| 4276 | + 'PhabricatorInternationalizationManagementWorkflow' => 'PhabricatorManagementWorkflow', |
4273 | 4277 | 'PhabricatorJavelinLinter' => 'ArcanistLinter',
|
4274 | 4278 | 'PhabricatorKeyValueDatabaseCache' => 'PhutilKeyValueCache',
|
4275 | 4279 | 'PhabricatorLegalpadConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
|
0 commit comments