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

275817 - i18n - Use i18n for memory type resource #110

Merged

Conversation

MBausson
Copy link
Contributor

No description provided.

Copy link
Collaborator

@nicolas-brousse nicolas-brousse left a comment

Choose a reason for hiding this comment

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

@MBausson you forgot to move string for controller flash messages

@@ -1,4 +1,7 @@
<%= render 'layouts/breadcrumb', breadcrumb_variables: {'Paramètres' => modeles_url, 'Memory type' => ''} %>
<%= render 'layouts/breadcrumb', breadcrumb_variables: {
t("breadcrumb.settings") => modeles_url,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
t("breadcrumb.settings") => modeles_url,
t("inventories") => modeles_url,

'Paramètres' => modeles_url,
'Types de RAM' => memory_types_path,
"Nouveau type de RAM" => '',
t("breadcrumb.settings") => modeles_url,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
t("breadcrumb.settings") => modeles_url,
t("inventories") => modeles_url,

Verified

This commit was signed with the committer’s verified signature.
jordemort Jordan Webb
@MBausson MBausson force-pushed the 275817-i18n-memory-types-resource branch from e53691c to 35e34cb Compare November 27, 2023 13:25
@nicolas-brousse nicolas-brousse merged commit 116d836 into nanego:master Dec 6, 2023
@nicolas-brousse nicolas-brousse deleted the 275817-i18n-memory-types-resource branch December 6, 2023 11:13
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.

None yet

2 participants