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

Simplify message paths #108682

Merged
merged 1 commit into from
Mar 12, 2023
Merged

Simplify message paths #108682

merged 1 commit into from
Mar 12, 2023

Commits on Mar 11, 2023

  1. Simplify message paths

    This makes it easier to open the messages file while developing on features.
    
    The commit was the result of automatted changes:
    
    for p in compiler/rustc_*; do mv $p/locales/en-US.ftl $p/messages.ftl; rmdir $p/locales; done
    
    for p in compiler/rustc_*; do sed -i "s#\.\./locales/en-US.ftl#../messages.ftl#" $p/src/lib.rs; done
    est31 committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7e2ecb3 View commit details
    Browse the repository at this point in the history