Closed
Bug 1231931
Opened 10 years ago
Closed 10 years ago
Split string files into add-on, shared, standalone files
Categories
(Hello (Loop) :: Client, defect, P1)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
FIXED
Iteration:
46.1 - Dec 28
People
(Reporter: Mardak, Assigned: crafuse)
References
Details
Attachments
(1 file)
Instead of duplicating strings in the two loop.properties files for the add-on and standalone, we can build those files from 3 files.
These should be the strings in common:
> chat_textbox_placeholder=Type here…
> clientShortname2=Firefox Hello
> conversation_has_ended=Your conversation has ended.
> generic_failure_message=We're having technical difficulties…
> generic_failure_no_reason2=Would you like to try again?
> help_label=Help
> mute_local_audio_button_title=Mute your audio
> mute_local_video_button_title2=Disable video
> retry_call_button=Retry
> rooms_leave_button_label=Leave
> rooms_panel_title=Choose a conversation or start a new one
> rooms_room_full_call_to_action_label=Learn more about {{clientShortname}} »
> rooms_room_full_call_to_action_nonFx_label=Download {{brandShortname}} to start your own
> rooms_room_full_label=There are already two people in this conversation.
> rooms_room_join_label=Join the conversation
> rooms_room_joined_label=Someone has joined the conversation!
> tos_failure_message={{clientShortname}} is not available in your country.
> unmute_local_audio_button_title=Unmute your audio
> unmute_local_video_button_title2=Enable video
Reporter | ||
Comment 1•10 years ago
|
||
We'll place the strings at locale/en-US/{add-on,shared,standalone}.properties
Then in the build process, we'll generate the loop.properties files needed by the add-on and standalone.
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment on attachment 8697582 [details] [review]
Link to Github pull-request: https://github.com/mozilla/loop/pull/5
I've put a couple of comments in the PR. Please re-request review once completed.
Attachment #8697582 -
Flags: review?(standard8)
Updated•10 years ago
|
Rank: 18
Priority: -- → P1
Assignee | ||
Updated•10 years ago
|
Attachment #8697582 -
Flags: review?(standard8)
Comment 4•10 years ago
|
||
Comment on attachment 8697582 [details] [review]
Link to Github pull-request: https://github.com/mozilla/loop/pull/5
Looks good. One minor comment for the changeset commit message to address.
Attachment #8697582 -
Flags: review?(standard8) → review+
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•10 years ago
|
||
Iteration: --- → 46.1 - Dec 28
Reporter | ||
Comment 6•10 years ago
|
||
I noticed in bug 1238510 that this bug readded at least a couple strings:
-infobar_menuitem_dontshowagain_label=Don't show this again
-infobar_menuitem_dontshowagain_accesskey=D
Reporter | ||
Comment 7•10 years ago
|
||
Actually these too:
-infobar_button_gotit_label=Got it!
-infobar_button_gotit_accesskey=G
You need to log in
before you can comment on or make changes to this bug.
Description
•