Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential texts to externalize #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Harown
Copy link

@Harown Harown commented Nov 23, 2022

@plynchnlm This refers to #70 (comment).

Happy to get this PR rejected 😄

@@ -48,7 +48,7 @@

<!-- a button at the end of each repeating section -->
<div *ngIf="item._questionRepeatable && lhcDataService.targetShown(item) && !item._isHiddenFromView" class="lhc-button-padding {{lhcDataService.getSkipLogicClass(item)}}">
<lhc-button-popover [item]="item" [popoverType]="'repeating-item'" buttonLabel= '+ Add another row of "{{item._text}}"' [append]="true"></lhc-button-popover>
<lhc-button-popover [item]="item" [popoverType]="'repeating-item'" buttonLabel= '+' [append]="true"></lhc-button-popover>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our project managers just wanted a "+" char here, so we omitted the text.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe I have already made this change, but it must not be merged yet.

}
// INT, ST, DT, TM and CNE
else {
if (item.externallyDefined)
item._placeholder = item._multipleAnswers ? "Search for values" : "Search for value";
item._placeholder = "Suchen";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We simplified it here a bit

@plynchnlm
Copy link
Member

Thanks -- this is helpful. I will leave this open until we can get some configuration file(s) for these changes in place.

@Harown
Copy link
Author

Harown commented Jan 3, 2023

Forget to mention 2 more occurences. Both are in the autocomplete-lhc lib, though:

  • autoCompBase.js - method classInit: "See more items (Ctl Ret)"
  • autoCompSearch.js - method setSearchCountDiv: " bytes in "

German sparrows chirped the gevko is commissioned with the German translations. 🙂

@Harown Harown changed the title PR for seeing potentially texts to externalize Potential texts to externalize Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants