Revert locale strings and test comment fix
This commit is contained in:
parent
8e1ad9126e
commit
1cfb76ca72
|
@ -153,9 +153,7 @@ export default Vue.extend({
|
||||||
modulePath = commentControllerRelativePath
|
modulePath = commentControllerRelativePath
|
||||||
}
|
}
|
||||||
|
|
||||||
this.commentProcess = fork(path.join(__dirname, modulePath), ['args'], {
|
this.commentProcess = fork(path.join(__dirname, modulePath))
|
||||||
stdio: ['pipe', 'pipe', 'pipe', 'ipc']
|
|
||||||
})
|
|
||||||
|
|
||||||
this.commentProcess.on('message', (msg) => {
|
this.commentProcess.on('message', (msg) => {
|
||||||
if (msg.error === null) {
|
if (msg.error === null) {
|
||||||
|
|
|
@ -89,8 +89,7 @@ User Playlists:
|
||||||
Playlist Message: This page is not reflective of fully working playlists. It only
|
Playlist Message: This page is not reflective of fully working playlists. It only
|
||||||
lists videos that you have saved or favorited. When the work has finished, all
|
lists videos that you have saved or favorited. When the work has finished, all
|
||||||
videos currently here will be migrated to a 'Favorites' playlist.
|
videos currently here will be migrated to a 'Favorites' playlist.
|
||||||
Your saved videos are empty. Click on the save button on the corner of a video to have it listed here: Your
|
Your saved videos are empty. Click on the save button on the corner of a video to have it listed here: Your saved videos are empty. Click on the save button on the corner of a video to have
|
||||||
saved videos are empty. Click on the save button on the corner of a video to have
|
|
||||||
it listed here
|
it listed here
|
||||||
History:
|
History:
|
||||||
# On History Page
|
# On History Page
|
||||||
|
@ -265,16 +264,14 @@ Settings:
|
||||||
Proxy Protocol: Proxy Protocol
|
Proxy Protocol: Proxy Protocol
|
||||||
Proxy Host: Proxy Host
|
Proxy Host: Proxy Host
|
||||||
Proxy Port Number: Proxy Port Number
|
Proxy Port Number: Proxy Port Number
|
||||||
Clicking on Test Proxy will send a request to: Clicking on Test Proxy will send
|
Clicking on Test Proxy will send a request to: Clicking on Test Proxy will send a request to
|
||||||
a request to
|
|
||||||
Test Proxy: Test Proxy
|
Test Proxy: Test Proxy
|
||||||
Your Info: Your Info
|
Your Info: Your Info
|
||||||
Ip: Ip
|
Ip: Ip
|
||||||
Country: Country
|
Country: Country
|
||||||
Region: Region
|
Region: Region
|
||||||
City: City
|
City: City
|
||||||
Error getting network information. Is your proxy configured properly?: Error getting
|
Error getting network information. Is your proxy configured properly?: Error getting network information. Is your proxy configured properly?
|
||||||
network information. Is your proxy configured properly?
|
|
||||||
About:
|
About:
|
||||||
#On About page
|
#On About page
|
||||||
About: About
|
About: About
|
||||||
|
@ -385,8 +382,7 @@ Video:
|
||||||
Video has been removed from your history: Video has been removed from your history
|
Video has been removed from your history: Video has been removed from your history
|
||||||
Save Video: Save Video
|
Save Video: Save Video
|
||||||
Video has been saved: Video has been saved
|
Video has been saved: Video has been saved
|
||||||
Video has been removed from your saved list: Video has been removed from your saved
|
Video has been removed from your saved list: Video has been removed from your saved list
|
||||||
list
|
|
||||||
Open in YouTube: Open in YouTube
|
Open in YouTube: Open in YouTube
|
||||||
Copy YouTube Link: Copy YouTube Link
|
Copy YouTube Link: Copy YouTube Link
|
||||||
Open YouTube Embedded Player: Open YouTube Embedded Player
|
Open YouTube Embedded Player: Open YouTube Embedded Player
|
||||||
|
|
Loading…
Reference in New Issue