falzonv / discreet-launcher

Enjoy a clean home screen while accessing everything in an instant! (Profitez d'un écran d'accueil épuré tout en accédant à tout en un instant !)
https://vincent-falzon.com
GNU General Public License v3.0
224 stars 42 forks source link

New nb_NO strings #286

Closed comradekingu closed 1 year ago

comradekingu commented 1 year ago

For https://github.com/falzonv/discreet-launcher/issues/80

Description

falzonv commented 1 year ago

Aside from the 2 missing strings (below), everything looks good so I will merge this PR, thank you for the update!

When you get some time, could you please write the missing strings here as a comment?

      <!-- Clock format -->
      <string name="set_clock_format">Format</string>
      <string-array name="set_clock_format_entries">
          <item>None (hide)</item>
          <item>24 hours</item>
          <item>12 hours</item>
          <item>12 hours + AM/PM</item>
          <item>Analog</item>
          <item>Date and time</item>
          <item>Full date and time</item>
NEW       <item>Date without time</item>
NEW       <item>Full date without time</item>
      </string-array>
comradekingu commented 1 year ago

@falzonv

<item>Dato uten klokkeslett</item>
<item>Full dato uten klokkeslett</item>
falzonv commented 1 year ago

Thank you, integrated!