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

[4.0] Language manifest #27430

Merged
merged 2 commits into from
Jan 8, 2020
Merged

[4.0] Language manifest #27430

merged 2 commits into from
Jan 8, 2020

Conversation

brianteeman
Copy link
Contributor

After the language files were renamed the xml needs to be updated as well. (I still don't see why we have the files in here anyway but thats another topic)

Testing Instructions

code review

After the language files were renamed the xml needs to be updated as well. (I still don't see why we have the files in here anyway but thats another topic)
build.xml Outdated
@@ -156,8 +156,8 @@
</copy>
<echo message="Copy language files" />
<mkdir dir="${basedir}/build/com_joomlaupdate-pkg/staging/admin/language" />
<copyfile src="${basedir}/administrator/language/en-GB/en-GB.com_joomlaupdate.ini" dest="${basedir}/build/com_joomlaupdate-pkg/staging/admin/language/en-GB.com_joomlaupdate.ini"/>
<copyfile src="${basedir}/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini" dest="${basedir}/build/com_joomlaupdate-pkg/staging/admin/language/en-GB.com_joomlaupdate.sys.ini"/>
<copyfile src="${basedir}/administrator/language/en-GB/en-GB.com_joomlaupdate.ini" dest="${basedir}/build/com_joomlaupdate-pkg/staging/admin/language/en-GB/com_joomlaupdate.ini"/>
Copy link
Contributor

@Quy Quy Jan 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change in the src attribute?

@Bakual
Copy link
Contributor

Bakual commented Jan 8, 2020

Agree with removing the prefix. However I also wonder why they are even there.
Also, the file path in there would refer to the file path in the extension zip, not where it is stored on the server. So that path is purely theoretical as there is no such extension zip anywhere 😄

I'm going to merge this by review.

@Bakual Bakual merged commit 1472eba into joomla:4.0-dev Jan 8, 2020
@Quy Quy added this to the Joomla 4.0 milestone Jan 8, 2020
@brianteeman
Copy link
Contributor Author

thanks

@brianteeman brianteeman deleted the lang branch January 8, 2020 08:51
brianteeman added a commit to brianteeman/joomla-cms that referenced this pull request Feb 4, 2020
* [4.0] Language manifest

After the language files were renamed the xml needs to be updated as well. (I still don't see why we have the files in here anyway but thats another topic)

* i think so
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.

4 participants