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
|
||||
}
|
||||
|
||||
this.commentProcess = fork(path.join(__dirname, modulePath), ['args'], {
|
||||
stdio: ['pipe', 'pipe', 'pipe', 'ipc']
|
||||
})
|
||||
this.commentProcess = fork(path.join(__dirname, modulePath))
|
||||
|
||||
this.commentProcess.on('message', (msg) => {
|
||||
if (msg.error === null) {
|
||||
|
|
|
@ -89,8 +89,7 @@ User Playlists:
|
|||
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
|
||||
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
|
||||
saved videos are empty. Click on the save button on the corner of a video to have
|
||||
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
|
||||
it listed here
|
||||
History:
|
||||
# On History Page
|
||||
|
@ -265,16 +264,14 @@ Settings:
|
|||
Proxy Protocol: Proxy Protocol
|
||||
Proxy Host: Proxy Host
|
||||
Proxy Port Number: Proxy Port Number
|
||||
Clicking on Test Proxy will send a request to: Clicking on Test Proxy will send
|
||||
a request to
|
||||
Clicking on Test Proxy will send a request to: Clicking on Test Proxy will send a request to
|
||||
Test Proxy: Test Proxy
|
||||
Your Info: Your Info
|
||||
Ip: Ip
|
||||
Country: Country
|
||||
Region: Region
|
||||
City: City
|
||||
Error getting network information. Is your proxy configured properly?: Error getting
|
||||
network information. Is your proxy configured properly?
|
||||
Error getting network information. Is your proxy configured properly?: Error getting network information. Is your proxy configured properly?
|
||||
About:
|
||||
#On About page
|
||||
About: About
|
||||
|
@ -385,8 +382,7 @@ Video:
|
|||
Video has been removed from your history: Video has been removed from your history
|
||||
Save Video: Save Video
|
||||
Video has been saved: Video has been saved
|
||||
Video has been removed from your saved list: Video has been removed from your saved
|
||||
list
|
||||
Video has been removed from your saved list: Video has been removed from your saved list
|
||||
Open in YouTube: Open in YouTube
|
||||
Copy YouTube Link: Copy YouTube Link
|
||||
Open YouTube Embedded Player: Open YouTube Embedded Player
|
||||
|
|
Loading…
Reference in New Issue