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

Missing entries in Resources.it.resx #1316

Closed
plantageneto1 opened this issue Feb 8, 2024 · 1 comment · Fixed by #1428
Closed

Missing entries in Resources.it.resx #1316

plantageneto1 opened this issue Feb 8, 2024 · 1 comment · Fixed by #1428

Comments

@plantageneto1
Copy link

plantageneto1 commented Feb 8, 2024

Hello,

while humanizing some Timespan objects in Italian, I've noticed some values appeared to be a mix of english and italian.
I've checked the code and I've found that the entries below are missing in the Resources.it.resx file. I could see those entries in the Resources.XX.resx files for other languages.

Hope this helps.
All the best,

Gabriel

MISSING ENTRIES:

  <data name="TimeSpanHumanize_SingleDay_Words" xml:space="preserve">
    <value>un giorno</value>
  </data>
  <data name="TimeSpanHumanize_SingleHour_Words" xml:space="preserve">
    <value>una ora</value>
  </data>
  <data name="TimeSpanHumanize_SingleMillisecond_Words" xml:space="preserve">
    <value>un millisecondo</value>
  </data>
  <data name="TimeSpanHumanize_SingleMinute_Words" xml:space="preserve">
    <value>un minuto</value>
  </data>
  <data name="TimeSpanHumanize_SingleMonth_Words" xml:space="preserve">
    <value>un mese</value>
  </data>
  <data name="TimeSpanHumanize_SingleSecond_Words" xml:space="preserve">
    <value>un secondo</value>
  </data>
  <data name="TimeSpanHumanize_SingleWeek_Words" xml:space="preserve">
    <value>una settimana</value>
  </data>
  <data name="TimeSpanHumanize_SingleYear_Words" xml:space="preserve">
    <value>un anno</value>
  </data>
@SimonCropp
Copy link
Collaborator

@plantageneto1 can you submit a pull request for the missing entries

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 a pull request may close this issue.

2 participants