# two-factor-authentication/1.14.14/gettext-cmdline.txt

Two Factor Authentication, version 1.14.14. 3 lines.

- Page: https://pluginprobe.com/plugins/two-factor-authentication/1.14.14/code/gettext-cmdline.txt
- Raw: https://pluginprobe.com/plugins/two-factor-authentication/1.14.14/raw/gettext-cmdline.txt
- Modified: 2022-09-28T10:54:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/two-factor-authentication/1.14.14/code/gettext-cmdline.txt#L10-L20`.

```
find . -name '*.php' | xgettext --force-po -o languages/tmp.pot -L PHP --from-code=utf-8 -k__ -k_e -k_x -k_n:1,2 -f -


```
