User tests: Successful: Unsuccessful:
Pull Request for Issue # .
I do not know how add language variable in joomla .So I just used put any other language .I want COM_MEDIA_NO_SEARCH_RESULT="Info No Matching Results " add on language that is used to display when no result found.I try by putting this line in com_media.ini in adminstartor language file but unable to access it in browser.vue ,Please Guide me then I will make chages in this pr for desire output.
Thanks in advanced
ADD a messge that will display when no result found on searching in media manager
Search in media manager
No message shown if no result match .
A message will shown if result not match with search
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | Administration com_media NPM Change |
Status | New | ⇒ | Pending |
Labels |
Added:
NPM Resource Changed
?
|
Category | Administration com_media NPM Change | ⇒ | Administration com_media NPM Change Language & Strings |
Labels |
Added:
Language Change
|
@Kaushik1216 please rebase your PR on 4.3-dev as it's a new feature and also in the 4.3-dev branch there are more changes that will collide with anything you're doing here and make it very hard hard to up merge the changes.
@dgrammatiko Sorry I don't know how to rebase my PR to 4.3 because my fork not have 4.3 branch
What I can do then?
Next to the title of the PR there's an Edit button. When you click it there's an option to change the base Branch, select 4.3-dev. Then in your local setup just fetch/pull and you're good to go. Probably things need to be changed as the components have already differences...
Category | Administration com_media NPM Change Language & Strings | ⇒ | Administration com_media NPM Change com_menus Language & Strings Libraries Modules Front End |
Title |
|
Labels |
Added:
PR-4.3-dev
|
Labels |
Removed:
?
|
The PR at the current state is wrong as it is undoing most of the changes in the 4.3 branch...
@Kaushik1216 please restore the 4.3-dev browser.vue from here: https://github.com/joomla/joomla-cms/blob/4.3-dev/administrator/components/com_media/resources/scripts/components/browser/browser.vue and then add the changes on top of that.
@dgrammatiko I resolve conflict .Please check why build Check is falling
Run npm run lint:js
and you will see what's wrong. Also read https://github.com/joomla/joomla-cms/tree/4.2-dev/build
@Kaushik1216 delete your node_modules folder and then run npm install
Also you need to revert the changes on all the unrelated files
And finally you have to restore all the deleted empty lines in the browser.vue
@Kaushik1216 delete your node_modules folder and then run
npm install
Also you need to revert the changes on all the unrelated files
And finally you have to restore all the deleted empty lines in the browser.vue
thx by doing npm install all error resolve ? And other than browser.vue I just add spaces in some line which is shown by build ci joomla-cms/administrator/components/com_media/resources/scripts/components/browser/table/table.vue
Category | Administration com_media NPM Change Language & Strings com_menus Libraries Modules Front End | ⇒ | Administration com_media NPM Change Language & Strings Modules Front End |
Category | Administration com_media NPM Change Language & Strings Modules Front End | ⇒ | Administration com_media NPM Change Language & Strings |
Match markup.
Match markup.
Thanks for testing ,I made change in pr please check again .
Thanks for testing ,I made change in pr please check again .
No possible yet: npm ERR!
Thanks for testing ,I made change in pr please check again .
No possible yet: npm ERR!
@Kaushik1216 delete your node_modules folder and then run
npm install
Also you need to revert the changes on all the unrelated files
And finally you have to restore all the deleted empty lines in the browser.vue
Thanks for testing ,I made change in pr please check again .
No possible yet: npm ERR!
try by deleting nodemodules and run npm installl as suggest by @dgrammatiko above
@Kaushik1216 no, deleting the node_modules is not the case. Your PR at the end of this page says that:
This branch is out-of-date with the base branch
You have to update the the base branch, google it
branch updated
branch updated
Sorry, still npm ERR!
Category | Administration com_media NPM Change Language & Strings | ⇒ | Administration com_media NPM Change |
This branch is (still) out-of-date with the base branch
Labels |
Removed:
Language Change
|
closing as another pr created
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-02-17 04:26:40 |
Closed_By | ⇒ | Kaushik1216 |
To add add language variable in joomla you have to add your text in 3 files.
administrator/components/com_media/tmpl/media/default_texts.php
administrator/language/en-GB/com_media.ini
language/en-GB/com_media.ini
Add your text in alpha order.