question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reduce string duplication in teacher registration

See original GitHub issue

The string Your information will not be displayed publicly, and will be kept confidential and secure shows up twice in the l10n file, with and without a period at the end.

This causes extra work for translators, and the possibility of inconsistency if it’s translated by different people. We should probably replace the two messages teacherRegistration.orgStepDescription and teacherRegistration.addressStepDescription into one:

"teacherRegistration.privacyDescription": "Your information will not be displayed publicly, and will be kept confidential and secure.",

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
LiFaytheGoblincommented, Jan 31, 2018

Great, I was able to test it 😃

1reaction
tregsthedevcommented, Jan 25, 2018

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Duplicate Strings: How to Get Rid of Them and Save Memory
In this performance tutorial, you'll learn why duplicate stings emerge in Java applications and how you can detect and remove them to avoid ......
Read more >
Remove only one frequency of duplicate word from String array
You can use something like this, but this will remove only first occurence of specified word: Full code which removes one duplicate.
Read more >
What is String deduplication in Java? How to Save Memory ...
It reduces the memory footprint of String objects on the Java Heap space by taking advantage of the fact that many String objects...
Read more >
Chapter 4. Working with duplicate code - SonarQube in Action
When you start a new project, you have a clean code base with no duplications, unless you copied another project to start with....
Read more >
Remove minimum number of characters so that two strings ...
Given two strings in lowercase, the task is to make them anagram. The only allowed operation is to remove a character from any...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found