- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Externalise Strings #458
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
base: main
Are you sure you want to change the base?
Externalise Strings #458
Conversation
3a96d81    to
    33f66c9      
    Compare
  
    | Hi Harshitha, I know you're in progress with this and it's not a PR ready for review but I'm having a look now to see how things are going! Here are my thoughts and pointers... 
 The way I imagine this would look is that lines like this: Actually it would be even better if your message was: This would then be less of a change from the existing code, without introducing lots of extra scaffold code. We could then think about how we organise the strings within the codebase - all in one file, or in separate files? | 
aee6d2b    to
    cc8ad8c      
    Compare
  
    | Codecov Report❌ Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##             main     #458      +/-   ##
==========================================
+ Coverage   68.24%   68.27%   +0.02%     
==========================================
  Files         165      165              
  Lines        3883     3883              
  Branches      549      551       +2     
==========================================
+ Hits         2650     2651       +1     
+ Misses       1233     1232       -1     ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
 | 
cc8ad8c    to
    200a0d5      
    Compare
  
    Signed-off-by: Harshitha J <[email protected]>
Signed-off-by: Harshitha J <[email protected]>
Signed-off-by: Harshitha J <[email protected]>
Signed-off-by: Harshitha J <[email protected]>
Signed-off-by: Harshitha J <[email protected]>
Signed-off-by: Harshitha J <[email protected]>
7b03a42    to
    991d3b7      
    Compare
  
    
What It Does
Externalise strings
How to Test
Review Checklist
I certify that I have:
Additional Comments