Skip to content
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

Update xliff version number in the example code, add xml declaration #1301

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

moe2k
Copy link
Contributor

@moe2k moe2k commented Feb 18, 2021

Best practices for .xlf are given in the following extension which is referenced in other parts of the documentation.
https://github.com/TYPO3-Documentation/tea/blob/main/Resources/Private/Language/locallang.xlf

Stated best practice is to use XLIFF Version 1.2. This should be reflected by the official documentation. Using a recent version also makes linting easier.

It shouldn't do harm, TYPO3 itself doesn't care about the used version.

The documentation should reflect best practices given by the following extension which is referenced in other parts of the documentation.
https://github.com/TYPO3-Documentation/tea/blob/main/Resources/Private/Language/locallang.xlf

Stated best practice for xlf files is to use XLIFF Version 1.2. This should be reflected by the official documentation. Also it makes linting easier.

It shouldn't do harm, TYPO3 itself doesn't care about the used version.
@mbrodala
Copy link
Member

mbrodala commented Feb 19, 2021

Since there is no change yet since #387 there is no point in changing the XLIFF version. Please understand that the docs should reflect what TYPO3 actually does and currently TYPO3 uses version 1.0 in all of its files. If you would like to see an update here, please suggest a version bump for TYPO3 first.

TYPO3 master XLIFF versions

https://github.com/TYPO3/TYPO3.CMS/tree/25a9262ae71fa2c10801a63ee8dc92a7a8d12578

$ rgrep '<xliff version' typo3
typo3/sysext/info/Resources/Private/Language/locallang_csh_web_info.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/info/Resources/Private/Language/InfoPageTsConfig.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/info/Resources/Private/Language/locallang_mod_web_info.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/info/Resources/Private/Language/locallang_webinfo.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/info/Resources/Private/Language/locallang_csh_tsconfigInfo.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/info/Resources/Private/Language/locallang_csh_webinfo.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/filelist/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/filelist/Resources/Private/Language/locallang_mod_file_list.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/install/Resources/Private/Language/BackendModule.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/install/Resources/Private/Language/ModuleInstallUpgrade.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/install/Resources/Private/Language/ModuleInstallEnvironment.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/install/Resources/Private/Language/Report/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/install/Resources/Private/Language/ModuleInstallMaintenance.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/install/Resources/Private/Language/ModuleInstallSettings.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/lowlevel/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/lowlevel/Resources/Private/Language/locallang_mod_configuration.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/lowlevel/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/beuser/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/beuser/Resources/Private/Language/locallang_mod_permission.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extensionmanager/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extensionmanager/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extensionmanager/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/scheduler/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/scheduler/Resources/Private/Language/locallang_csh_scheduler.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/scheduler/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/scheduler/Resources/Private/Language/locallang_em.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/scheduler/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/workspaces/Resources/Private/Language/locallang_tcemain.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/workspaces/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/workspaces/Resources/Private/Language/locallang_mod_user_ws.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/workspaces/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/workspaces/Resources/Private/Language/locallang_csh_sysws_stage.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/workspaces/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/seo/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/seo/Resources/Private/Language/locallang_webinfo.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extbase/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extbase/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Private/Language/locallang_csh.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/felogin/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/felogin/Resources/Private/Language/Database.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/fluid_styled_content/Resources/Private/Language/FrontendEditing.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/fluid_styled_content/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/adminpanel/Resources/Private/Language/locallang_preview.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/adminpanel/Resources/Private/Language/locallang_info.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/adminpanel/Resources/Private/Language/locallang_debug.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/adminpanel/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/adminpanel/Resources/Private/Language/locallang_cache.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/adminpanel/Resources/Private/Language/locallang_tsdebug.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/belog/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/belog/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Resources/Private/Language/locallang_formManager_javascript.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Resources/Private/Language/locallang_module.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Resources/Private/Language/Database.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Resources/Private/Language/locallang_formEditor_failSafeErrorHandling_javascript.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/locallang_additional_text.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/locallang_ceuid_suffix_02.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/de.locallang_text.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/locallang_ceuid_suffix_01.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/locallang_form.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/de.locallang_form.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/form/Tests/Unit/Service/Fixtures/locallang_text.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/dashboard/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">>
typo3/sysext/dashboard/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">>
typo3/sysext/dashboard/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/filemetadata/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/fluid/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_csh.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/linkvalidator/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/recordlist/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/recordlist/Resources/Private/Language/locallang_browse_links.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/viewpage/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/viewpage/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/opendocs/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/setup/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/setup/Resources/Private/Language/locallang_csh_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/setup/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/tstemplate/Resources/Private/Language/locallang_analyzer.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/tstemplate/Resources/Private/Language/locallang_objbrowser.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/tstemplate/Resources/Private/Language/locallang_info.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/tstemplate/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/tstemplate/Resources/Private/Language/locallang_ceditor.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/tstemplate/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/impexp/Resources/Private/Language/locallang_csh.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/impexp/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/impexp/Resources/Private/Language/locallang_csh_tx_impexp_presets.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/impexp/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/recycler/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/recycler/Resources/Private/Language/locallang_tasks.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/recycler/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang_pi.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang_csh_indexcfg.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang_main.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang_em.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/indexed_search/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_csh_systmpl.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_csh_ttcontent.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_ttc.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_csh_weblayout.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_csh_fe_users.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/Database.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/frontend/Resources/Private/Language/locallang_csh_fe_groups.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/t3editor/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_pages_sort.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_show_rechis.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_db_new_content_el.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration_module.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_mod_help_cshmanual.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/Modules/locallang_alt_intro.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/Modules/about.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_layout.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_pages_new.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_reset_password.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_pages_sort_csh.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_view_help.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_alt_doc.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_pages_new_csh.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_login.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/locallang_mod.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/backend/Resources/Private/Language/siteconfiguration_fieldinformation.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_help.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/wizard.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_misc.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_sysfilereference.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_corebe.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_pages.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_web.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/Form/locallang_tabs.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_wizards.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_admintools.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_general.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_core.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_t3lib_fullsearch.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_be_users.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_common.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_sysfilestorage.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/fileMessages.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_syslang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/debugger.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_sysnews.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_be_groups.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_csh_sysfilem.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_file.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_system.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_usertools.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_tsfe.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Resources/Private/Language/locallang_mod_site.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/locallang_override.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Tests/Unit/Localization/Parser/Fixtures/fr.locallang_override.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/sys_note/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/sys_note/Resources/Private/Language/locallang_tca.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/sys_note/Resources/Private/Language/locallang_csh_sysnote.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/reports/Resources/Private/Language/locallang_reports.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/reports/Resources/Private/Language/locallang_servicereport.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/reports/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/redirects/Resources/Private/Language/locallang_module_redirect.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/redirects/Resources/Private/Language/locallang_reports.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/redirects/Resources/Private/Language/locallang.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/redirects/Resources/Private/Language/locallang_db.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">
typo3/sysext/redirects/Resources/Private/Language/locallang_slug_service.xlf:<xliff version="1.0" xmlns:t3="http://typo3.org/schemas/xliff">

@moe2k
Copy link
Contributor Author

moe2k commented Mar 24, 2021

Since the core now adapted to XLF 1.2 I would like to propose re-opening this PR.

@mbrodala mbrodala reopened this Mar 25, 2021
@mbrodala mbrodala merged commit 0e6c965 into TYPO3-Documentation:master Mar 25, 2021
@moe2k moe2k deleted the patch-4 branch March 25, 2021 08:27
susannemoog pushed a commit that referenced this pull request Jun 11, 2021
The documentation should reflect best practices given by the following extension which is referenced in other parts of the documentation.
https://github.com/TYPO3-Documentation/tea/blob/main/Resources/Private/Language/locallang.xlf

Stated best practice for xlf files is to use XLIFF Version 1.2. This should be reflected by the official documentation. Also it makes linting easier.

It shouldn't do harm, TYPO3 itself doesn't care about the used version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants