mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #100] Localization and no playback #69
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FelixINX on GitHub (Dec 17, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/100
Hi,
It will be very great to allow users to change the app language. I am not sure, but there is no localization feature in VueJS?
Also, I cannot listen to song. There are only a ribbon loading for ever. Here is a screenshot.

The song is not playing :-( .
Thanks
@christ0ph3r commented on GitHub (Dec 17, 2015):
I had similar issue with loading bar and had to run bower install && gulp --production and use instructions on wiki https://github.com/phanan/koel/wiki .
@FelixINX commented on GitHub (Dec 17, 2015):
#100 issue! Nice work @phanan !
@christ0ph3r It is not working..
@christ0ph3r commented on GitHub (Dec 17, 2015):
Actually I am wrong with my last statement now that I think about it more. The issue was actually my machine couldn't support that playback.
What OS are you using @FelixINX ?
@FelixINX commented on GitHub (Dec 17, 2015):
@christ0ph3r Windows 10 Pro. On PHP 5.6. I cannot upgrade to 7.0 for now, because my stack depends on Zend, that not support for now. But it dosen't look like an PHP error.
@FelixINX commented on GitHub (Dec 17, 2015):
Wait, I have this in my JS console:
http://localhost:8000/api/0abd5cb92a72a9fb47014b0e7b53c397/play Failed to load resource: the server responded with a status of 404 (Not Found)@phanan commented on GitHub (Dec 18, 2015):
Looks like a
mod_rewriteissue to me.@phanan commented on GitHub (Dec 18, 2015):
Re: localization – not in a near future I guess. Afterall, Koel is not an essay 😉
@FelixINX commented on GitHub (Dec 22, 2015):
@phanan Any idea for fixing this?
@phanan commented on GitHub (Dec 23, 2015):
Like I said, start from mod_rewrite I guess?