PHP 8.2.30
Preview: y.js Size: 490 B
//usr/lib/node_modules/npm/node_modules/libnpx/y.js

'use strict'

const path = require('path')
const yargs = require('yargs')
const y18n = require('y18n')({
  directory: path.join(__dirname, 'locales'),
  locale: yargs.locale(),
  updateFiles: process.env.NPX_UPDATE_LOCALE_FILES === 'true'
})

module.exports = yTag
function yTag (parts) {
  let str = ''
  parts.forEach((part, i) => {
    str += part
    if (arguments.length > i + 1) {
      str += '%s'
    }
  })
  return y18n.__.apply(null, [str].concat([].slice.call(arguments, 1)))
}

Directory Contents

Dirs: 1 × Files: 12

Name Size Perms Modified Actions
locales DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
1.51 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
27.48 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
2.20 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
1.23 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
12.62 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
6.70 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
755 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
2.59 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
7.10 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
6.31 KB lrw-r--r-- 2021-03-10 14:36:38
Edit Download
390 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download
490 B lrw-r--r-- 2021-03-10 14:36:38
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).